Ideveloper
Ideveloper

Reputation: 1463

Default splash screen is not getting rotated on ipad

I have two images in my app "Default-LandscapeLeft.png" and "Default-LandscapeRight.png". But during the app launch if I rotate my ipad then default image does not get rotated.

Please any help would be appreciated.

Upvotes: 0

Views: 414

Answers (1)

Yann Ramin
Yann Ramin

Reputation: 33167

iOS will only use the orientation at application launch time - it won't swap default images. In most cases, the second of showing the splash screen at the wrong orientation is not an issue. If your application takes a very long time to start I would advise working on that.

Upvotes: 1

Related Questions