IOS删除SceneDelegate.h文件方法
2021-05-24 本文已影响0人
锦箫_1
在appDelegate.h中加上@property (strong, nonatomic) UIWindow * window;
在appDelegate.h中删掉SceneDelegate的代理方法
最后在info.plist文件中移除Application Scene Manifest
在appDelegate.h中加上@property (strong, nonatomic) UIWindow * window;
在appDelegate.h中删掉SceneDelegate的代理方法
最后在info.plist文件中移除Application Scene Manifest