2

I am having trouble with the UIKeyboard element. The keyboard is stretched vertically, this happens on every view where I have a keyboard. I have attached a screenshot of a normal sized keyboard from a blank example and the keyboard in my app.

my app on the left, blank example on the right

Thank you

Maxim
  • 507
  • 1
  • 7
  • 18

1 Answers1

3

The left keyboard is standard for 4-Inch screens and the right is standard for 4.7-Inch screens. You likely have not adapted the left application for iPhone 6 yet, so its running a scaled up 4-Inch version.

Basically, this explains how to make your app so it runs at native resolution (basically how to upgrade an existing app).

Community
  • 1
  • 1
Schemetrical
  • 5,506
  • 2
  • 26
  • 43