Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道为什么,但我的应用程序没有所有 iPhone 应用程序启动时的放大动画。黑色的屏幕放大,然后切到实际视图。它不会放大实际视图。我在实现文件或 Interface Builder 中是否缺少一个选项?
任何帮助表示赞赏。谢谢。
尝试在资源文件夹中放置一个名为“Default.png”且大小为 320x480 的文件。如果您需要将其称为不同的名称,我相信这也在 info.plist 文件中。
SDK 会找到它并将其用作启动屏幕,直到您的应用程序被加载。
希望这就是你要找的吗?
正如 RickiG 建议的那样,您可以在资源文件夹中放置一个 Default.png。对于横向,只需交换尺寸。
纵向 = 320x480 横向 = 480x320