我将Objective-C代码转换为Swift,并且想知道与代码相当的swift是什么
[[[NSBundle mainBundle] loadNibNamed:@"Games-New" owner:nil options:nil] firstObject];
谢谢.
NSBundle.mainBundle().loadNibNamed("Games-New",owner: nil,options: nil)[0]