相关疑难解决方法(0)

如果想要使用swift主故事板文件,那么app委托必须实现window属性

我刚刚开发了一个应用程序,但是当在模拟器中运行时,调试器控制台会说:

The app delegate must implement the window property if it wants to use
a main storyboard file.
Run Code Online (Sandbox Code Playgroud)

我有一个app委托文件.消息的含义是什么,以及如何让我的应用程序运行?

iphone xcode simulator ios swift

30
推荐指数
6
解决办法
1万
查看次数

这两个宏有什么区别?

有什么区别

__IPHONE_OS_VERSION_MAX_ALLOWED

__IPHONE_OS_VERSION_MIN_REQUIRED

我应该使用哪个来检测旧的/新的SDK,比如

#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_3_2
Run Code Online (Sandbox Code Playgroud)

iphone macros

10
推荐指数
1
解决办法
3972
查看次数

标签 统计

iphone ×2

ios ×1

macros ×1

simulator ×1

swift ×1

xcode ×1