美文网首页
Swift删除StoryBoard

Swift删除StoryBoard

作者: iOS丶Michelle | 来源:发表于2021-04-17 18:42 被阅读0次

Xcode版本12.4 Swift 5.3.2

一、

1.png

二、

2.png

三、

四、

4.png

五、

5.png
window = UIWindow(frame: UIScreen.main.bounds)
window?.backgroundColor = UIColor.white
window?.rootViewController = UTabBarController()
window?.makeKeyAndVisible()

六、

6.png

相关文章

网友评论

      本文标题:Swift删除StoryBoard

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