Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force launch images instead of launch screen on iOS 8?

How do I disable launch screen for my app for iOS 8?

I want to have old-fashioned images for that.

If that is not possible, how do I setup my LaunchScreen.xib to show correct image based on device?

like image 472
Dvole Avatar asked Oct 10 '14 06:10

Dvole


People also ask

How do I get rid of launch screen?

On the right hand side under properties, you will find the background attribute. Clicking on this and choosing custom will allow you to define the RGB value to override the white screen. After following these steps, your app will now no longer show the annoying white screen on either Android or iOS.

What is difference between splash screen and launch screen?

Splash Screen is the very first screen the user sees when they open up an app on a mobile device. It's the very first chance of creating a positive impact on the users. It appears while the app is loading when the user has just opened up the app. Many times the Splash screen is called a launch screen.

Does iOS have splash screen?

The iOS Launch StoryboardiOS provides developers with a Launch Storyboard to configure their app splash screen designs.


2 Answers

In addition to other answers also make sure you deleted the app from simulator/device after the changes you've made.

like image 140
Tung Fam Avatar answered Oct 24 '22 12:10

Tung Fam


I found a way. Delete the LaunchScreen.xib. Then go to General tab in your target and delete the line in Launch Screen File selector.

It does not let you confirm empty screen, but you can overcome this by selecting any source file in Project navigator after you emptied the line.

like image 20
Dvole Avatar answered Oct 24 '22 10:10

Dvole