iOS 去掉SceneDelegate

2021-06-30  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读