IOS8 launcher screen with picture background

How can I create a startup screen with a background image in ios8 without breaking any of the guidelines outlined in Apple's documentation on the Create Startup Screen page?

The documentation says: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html#//apple_ref/doc/uid/TP40012582-CH28-SW3 )

  • Use only UIKit classes.
  • Use a single root view, which is a UIView object or UIViewController. Don't make any connections to your code (don't add actions or outputs).
  • Don't add UIWebView objects.
  • Don't use any custom classes.
  • Don't use runtime attributes.

I think I'm not the only one who might need a responsive launcher like this

enter image description here

but as i know, can't set the background from xib / storyboard.

+3
ios8


source to share


No one has answered this question yet

Check out similar questions:

177
[UIScreen mainScreen] .bounds.size becomes orientation dependent in iOS8?
60
How to create iPhone 6/6 Plus launch images for landscape applications only?
five
IOS8 background extraction issue
3
Initial selection of background image ios8 GET
2
@ 3x images misused on iPhone 6 or 5S or 5 in XIB with "Use as launch" option
2
UIModalPresentationStyle.PageSheet does not display content of ViewController
2
how to create a custom keyboard for my application
1
iOS NSURLSession handles data task completion with a custom delegate
0
ios7 and later
0
Distribute iOS 8 app with extension



All Articles
Loading...
X
Show
Funny
Dev
Pics