let recoadStoryboard = UIStoryboard(name: "MyLock", bundle: nil)
.instantiateViewControllerWithIdentifier("recordStoryboard")
self.navigationController?.pushViewController(recoadStoryboard, animated: true)
第一句生成view实例
第二句跳转
let recoadStoryboard = UIStoryboard(name: "MyLock", bundle: nil)
.instantiateViewControllerWithIdentifier("recordStoryboard")
self.navigationController?.pushViewController(recoadStoryboard, animated: true)
第一句生成view实例
第二句跳转
本文标题:代码跳转
本文链接:https://www.haomeiwen.com/subject/aqlwsttx.html
网友评论