美文网首页
iOS 去掉SceneDelegate

iOS 去掉SceneDelegate

作者: 王正魁 | 来源:发表于2021-06-30 17:33 被阅读0次

1.先直接删除SceneDelegate.h和.m这两个文件。

2.在AppDelegate.h添加@property (strong, nonatomic) UIWindow * window;属性。

AppDelegate.h

3.在AppDelegate.m 中移除UIScene代理。简洁后如图;

AppDelegate.m

4.在info.plist文件中移除Application Scene Manifest。如果图

info.plist

相关文章

网友评论

      本文标题:iOS 去掉SceneDelegate

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