Screen shrinks in iOS 7 when creating a project in Xcode 6.1 and later

I am creating a new project in Xcode 6.1 and using the new Xcode 6 Feature "Size Class" . I am targeting my app on iOS 7.0, but when I run my app on an iOS 7.0 device , its shrinking of my screen and even the restrictions do not work correctly as needed.

And when I run this app on iOS 8 device , it works fine as it should, See below image that shows the cut in iOS 7.0

enter image description here

If anyone has a solution for this problem than Please help me this.

+3


source to share


2 answers


For iOS7, you still need to provide the correct launcher image for the 4-inch iPhone, otherwise the app will work with black areas.



+2


source


You probably deleted the startup image. Restore it to Images.xcassets

. Click +

and select "New Start Image". You can leave it blank.



Another way is to use the new feature in Xcode 6 Launch Screen.xib

.

0


source







All Articles