美文网首页
代码跳转

代码跳转

作者: LimChihi | 来源:发表于2016-08-21 18:05 被阅读11次
let recoadStoryboard = UIStoryboard(name: "MyLock", bundle: nil)
.instantiateViewControllerWithIdentifier("recordStoryboard")

self.navigationController?.pushViewController(recoadStoryboard, animated: true)

第一句生成view实例
第二句跳转

相关文章

网友评论

      本文标题:代码跳转

      本文链接:https://www.haomeiwen.com/subject/aqlwsttx.html