ios - Creating Launch Screen.xib for iOS8 -


I just learned that to be able to describe your app in the app store, "this app is for iPhone 6 and iPhone Optimized for 6 Plus. "You need to use Launch XIB or Storyboard file for your launch images (per [Apple] [1]).

Therefore, I have created a new launch screen xib and now I am in a while but since I usually do everything in code and do not use the interface builder. I have removed the default label that is inserted and removed UIImageView in the view. Now I am wondering how it will be:

1) On whatever screen To change its size, tell UIImageView

2) Tell UIImageView to choose the image AC if the 3.5 inch screen app or imagebane is running, the 4-inch screen app Etc. are running etc.

Basically, I'm just trying to get the launch. The behavior of how the launch screen works normally, if someone can give some help on this, it will be appreciated!

You have two options:

  1. , And give the image view a full screen presence (distance above, below, left and right is equal to 0). This will definitely give the result of a clipping of the image for some screen sizes, if you do not want it, then you may want to consider (2)

  2. Launch screen Put the image in a property catalog and insert different images in different size sections.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -