How to change a launching image to landscape?
iphone, objective-c, xcode
Solution
If you are on an iPhone or iPod, and if your app supports both portrait and landscape mode, then iOS always launches it in portrait mode. After it is launched, if the device is in landscape mode, then iOS tells your app to autorotate to landscape mode. This is explained in iOS App Programming Guide: Launching in Landscape Mode.
Problem
How to change a launching image to landscape? I want to set different launching image when device was landscape mode. so, I made a PNG file (file name : default-LandscapeLeft@2x~iphone.png) and dragged it in supporting files folder. and then building and running in device landscape mode. but I have seen only black screen. I can't know reason.. I doubt if .plist file was needed to modify.. Please help from advanced guy....