ios - Creating Launch Screen.xib for iOS8 -
ios - Creating Launch Screen.xib for iOS8 -
i've found out in order able have description app in app store "this app optimized iphone 6, , iphone 6 plus." need utilize launch xib or storyboard file launch images (per [apple][1]).
so, i've created new launch screen xib , i'm little since in code , don't utilize interface builder. i've deleted default label inserted , dropped uiimageview
view. i'm wondering how i:
1) tell uiimageview
resize size of whatever screen it's on
2) tell uiimageview pick imagea if 3.5 inch screen running app or imageb if 4 inch screen running app etc. etc.
essentially, i'm trying launch .xib mimic behavior of how launch screen works normally. appreciate if provide assistance on this!
you have 2 options:
you create utilize of autolayout , give imageview fullscreen appearance (distance top, bottom, left , right equals 0). result in clipping of image screen sizes, may not want. might want consider (2)
you place launch screen image asset catalog , set different images different size classes.
ios cocoa-touch ios8 interface-builder
Comments
Post a Comment