-1

I'm currently developing a new app. This app has a login screen. When you login. You go to a tabbar controller. But below my tabbar there is a black space. You can see it below here. Anybody has an idea how to get this right?

enter image description here

NANNAV
  • 4,875
  • 4
  • 32
  • 50
Steaphann
  • 2,797
  • 6
  • 50
  • 109

2 Answers2

2

Yes this is normal, your app does not support the 4" screen size. To make sure that apps do not break apple will run apps that do not support the 4" screen in 3.5" mode.

To get your app to support the 4" Screen size add new start screen with the name Default-568h@2x.png with the dimension of 640x1136

rckoenes
  • 69,092
  • 8
  • 134
  • 166
1

Add Splash image of dimension 640x1136 with name Default-568h@2x.png and check again..

Siddiq
  • 393
  • 2
  • 8