且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Swift 3,Xcode 8实例化视图控制器不起作用

更新时间:2023-02-19 17:55:17

尝试这样.

let storyboard = UIStoryboard(name: "Main", bundle: nil)
let viewController = storyboard.instantiateViewController(withIdentifier :"secondViewController") as! UIViewController
self.present(viewController, animated: true)