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.
我正在尝试制作一个与应用程序上的第一个屏幕非常相似的启动屏幕。但是,我注意到 iOS 5 和 6 导航栏的“纹理”略有不同。
有没有办法根据版本显示不同的启动图像,或者确实有另一种方式?
答案是“不”。理想情况下,您应该能够在 info.plist 中设置“UILaunchImageFile”键值。但是由于没有这样的预定义密钥来获取设备的当前操作系统版本,因此您将无法指定任何动态文件名。