Swift,用代码加载UIViewController

时间:2015-07-09 08:58:46

标签: swift uiviewcontroller

我想从UIViewController

加载Main.StoryBoard

C#中的示例代码:

Form2 f2 = new From2();
f2.Show();

但我不知道如何用swift做到这一点?

示例:

viewDidLoad()
{
    var model = UIDevice.currentDevice().model

    if (model == "iPhone 6")
    {
        ViewController_iPhone6.LoadView
    }
}

喜欢这个代码^ 像这样的东西

0 个答案:

没有答案