美文网首页
不使用main.storyboard

不使用main.storyboard

作者: iOS分享 | 来源:发表于2019-07-17 14:43 被阅读0次

在文件Appdelegate.swift
方法didFinishLaunchingWithOptions launchOptions:中添加此段代码

window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = MyTabBarController()
window?.makeKeyAndVisible()

同时在Info.plist中删除Application requires iPhone environment

相关文章

网友评论

      本文标题:不使用main.storyboard

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