You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code above works perfect when I rotate the iPad, but for iPhone5s, when rotate to landscape, the background image still get from portrait image.
PS:
a.App support iOS8+
b.I use imageAsset launchImage to include bellow:
iOS8 and Later:iPhone Portrait
Landscape
iOS7 and Later:iPhone Portrait
iPad Portrait
Landscape
The text was updated successfully, but these errors were encountered:
During creation of image name string I check that it's iPhone 6+ or iPad because there's no landscape launch images for smaller iPhones. Maybe there should be an option to disable this check so category will find this, but technically this is another image set.
the code above works perfect when I rotate the iPad, but for iPhone5s, when rotate to landscape, the background image still get from portrait image.
PS:
a.App support iOS8+
b.I use imageAsset launchImage to include bellow:
iOS8 and Later:iPhone Portrait
Landscape
iOS7 and Later:iPhone Portrait
iPad Portrait
Landscape
The text was updated successfully, but these errors were encountered: