只有iOS 8才能在iPhone中显示启动画面

时间:2022-09-10 20:29:29

The app is build only for iPhone. It supports iOS6.0 and above.

该应用程序仅适用于iPhone。它支持iOS6.0及更高版本。

All the splash screen images are added with proper resolutions and the corresponding options are selected in the attribute inspector. 只有iOS 8才能在iPhone中显示启动画面

所有闪屏图像都添加了适当的分辨率,并在属性检查器中选择了相应的选项。

But I do not see the splash screen only for iOS8!!

但我没有看到只有iOS8的闪屏!

4 个解决方案

#1


3  

Splash screen rules changed from iOS 8. Probably you need to use a XIB or storyboard for landing screen. Please refer following :

启动屏幕规则已从iOS 8更改。可能您需要使用XIB或故事板进行登陆屏幕。请参考以下内容:

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

#2


11  

只有iOS 8才能在iPhone中显示启动画面

In XCode 6.1 For IOS 8...Use Launch Image Source as Launch Image...and Replace Launch Screen File from LaunchScreen.Xib to Blank..

在XCode 6.1 for IOS 8 ...使用启动图像源作为启动图像...并将LaunchScreen.Xib中的启动屏幕文件替换为空白..

Hope this will help

希望这会有所帮助

#3


2  

I had a issue where an image placed on the LauchScreen.xib was not appearing even after a clean, clear derived data etc in xcode 8

我有一个问题,即在xcode 8中清晰,清晰的派生数据等之后,放置在LauchScreen.xib上的图像没有出现

My image was in the Assets.xcassets and somehow xcode got confused. I removed the entry and re-added it and then it worked fine.

我的图像在Assets.xcassets中,不知何故,xcode感到困惑。我删除了该条目并重新添加它然后它工作正常。

Just posting incase anyone else has the same issue.

只是发布任何其他人都有同样的问题。

#4


0  

set the launch image to LaunchScreen.xib file, hope it will fix it up

将启动图像设置为LaunchScreen.xib文件,希望它能解决它

#1


3  

Splash screen rules changed from iOS 8. Probably you need to use a XIB or storyboard for landing screen. Please refer following :

启动屏幕规则已从iOS 8更改。可能您需要使用XIB或故事板进行登陆屏幕。请参考以下内容:

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

#2


11  

只有iOS 8才能在iPhone中显示启动画面

In XCode 6.1 For IOS 8...Use Launch Image Source as Launch Image...and Replace Launch Screen File from LaunchScreen.Xib to Blank..

在XCode 6.1 for IOS 8 ...使用启动图像源作为启动图像...并将LaunchScreen.Xib中的启动屏幕文件替换为空白..

Hope this will help

希望这会有所帮助

#3


2  

I had a issue where an image placed on the LauchScreen.xib was not appearing even after a clean, clear derived data etc in xcode 8

我有一个问题,即在xcode 8中清晰,清晰的派生数据等之后,放置在LauchScreen.xib上的图像没有出现

My image was in the Assets.xcassets and somehow xcode got confused. I removed the entry and re-added it and then it worked fine.

我的图像在Assets.xcassets中,不知何故,xcode感到困惑。我删除了该条目并重新添加它然后它工作正常。

Just posting incase anyone else has the same issue.

只是发布任何其他人都有同样的问题。

#4


0  

set the launch image to LaunchScreen.xib file, hope it will fix it up

将启动图像设置为LaunchScreen.xib文件,希望它能解决它