1

On my iPhone 6 Simulator (not iPhone 6 Plus) the interface looked stretched. I can't figure out why.

I created a clean new project and started the simulator and there the interface looks normal. Here is a screenshot:

enter image description here

So I copied the storyboard of the new project into my current project and started the simulator with the new storyboard. There it looked stretched up again:

enter image description here

What could be the problem?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
iljer
  • 564
  • 6
  • 9

1 Answers1

1

I found out what the problem was: There was no launch image (or a launch screen file) provided in my Xcode settings.

If that is the case the iPhone will resize the user interface.

iljer
  • 564
  • 6
  • 9
  • The answer is also given [here](http://stackoverflow.com/questions/25754942/how-to-enable-native-resolution-for-apps-on-iphone-6-and-6-plus) – iljer Oct 30 '14 at 13:29