I'm considering to convert my old projects which used xibs to storyboard. I created a new project to test size classes and just run on the simulator(iPhone 5s(7.1)) but screen is not a full screen.
Even I turned the size classes option off, the symptom's still exist. Why does it happen? How can I fix it?
OK I found the answer. iOS 7.x does not support LaunchScreen.xib
. After I added a [email protected]
, Default.png
, [email protected]
, the screen is full.