First time trying to develop app for iOS 6. I am having issue with displaying app in 4-inch display size in iOS Simulator 6.0, it displays like app for 3.5-inch display with black areas in top and bottom. I switched settings to:
- in Xcode: Deployment target – 6.0
- scheme – iPhone 6.0 Simulator
- in Simulator device is iPhone retina 4-inch, version 6.0
- in Interface Builder it is a 4-inch Views.
I am also tried to clean the project and to reset the settings of a Simulator. So is it a bug of a simulator or there is another option to solve this problem?
Do you have a 568@2x splash screen?