Search code examples
iosswiftkeyboard

Keyboard low resolution


I have an iPad project that i've been wanting to add an iPhone part to it. So I've added a target and added a new Storyboard, but when I run the app and pressing a textfield, the keyboard looks strange. As if the resolution is low.

The left one is how it looks and the right one is how I want it to look: enter image description here

Anyone has any clue? Thanks


Solution

  • Special thanks to James.P (from the comments above) for a great solution.

    Apparently, this happens when one doesn't use any LaunchImages at all. Just make sure to use LaunchImages correctly and it should be solved.