I want to get a simple launch screen to show in my app, built using Xcode 6.0.1.
I have added a launch screen in two ways: As an XIB (with the default name, LaunchSc
One way is to also add "Launch Screen" (LaunchScreen.xib
), paste the image into UIImageView
and then set it to "Horizontal Center in Container" and "Vertical Center in Container" in "Align" if you are using Auto Layout.
Screen: http://i.stack.imgur.com/CfnHT.png
Don't forget to put LaunchScreen.xib
into "Launch Screen File".