美文网首页
The app delegate must implement

The app delegate must implement

作者: 唐人街的乞丐 | 来源:发表于2019-11-08 13:55 被阅读0次

前言

iOS 小白,纯属记录,方便自己查找,大牛勿喷

The app delegate must implement the window property if it wants to use a main storyboard file.

xcode 11中AppDelegate中未声明"@property (strong, nonatomic) UIWindow * window;而是在SceneDelegate进行UIwindow的声明。

在声明"@property (strong, nonatomic) UIWindow * window即可解决。

相关文章

网友评论

      本文标题:The app delegate must implement

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