美文网首页
swift appdelegate rootViewContro

swift appdelegate rootViewContro

作者: 无名氏_1 | 来源:发表于2016-05-12 17:04 被阅读282次

1.delete Main.storyboard
2.change .xcodeproj 中 General->Deployment Info ->Main Interface 为空
3.in appdelegate.swift
<code>
window = UIWindow(frame:UIScreen.mainScreen().bounds)
let nav = UINavigationController(rootViewController:ViewController())
window?.rootViewController = nav
window?.makeKeyAndVisible()</code>

相关文章

网友评论

      本文标题:swift appdelegate rootViewContro

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