我想从UIViewController
Main.StoryBoard
C#中的示例代码:
Form2 f2 = new From2();
f2.Show();
但我不知道如何用swift做到这一点?
示例:
viewDidLoad()
{
var model = UIDevice.currentDevice().model
if (model == "iPhone 6")
{
ViewController_iPhone6.LoadView
}
}
喜欢这个代码^ 像这样的东西