异常:AppDelegate *appDg = app.delegate;
提示:Initializing 'AppDelegate *_strong' with an expression of incompatible type 'id
改为:AppDelegate *appDg = (AppDelegate *)app.delegate;
Dean阅读 1.9k
Swift社区赞 4阅读 2.4k
Swift社区赞 3阅读 2.6k
iReaShare阅读 1.7k评论 2
iReaShare阅读 1.7k
iReaShare阅读 798
用户bPdheZZ阅读 751
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。