Is there any way to use the apps LaunchImage as a background in an universal iOS app without putting the same image resources in multiple places?
I wasn't able to access the LaunchImage
files in Images.xcassets
, so I created two new Image Sets "Background Portrait" and "Background Landscape" (since there seems to be no way to put landscape and portrait images into the same set).
While this workaround does the jobs, I would hate to include every image into the app twice. This also has a high maintenance cost.
Any advice on how to access the LaunchImage for the current device is appreciated.
GCOLaunchImageTransition must have done the job for iOS < 7.
See Question&Answers more detail:os