1

I just bought my developers license from Apple so I could test my app out on my phyiscal phone so I could get a feel for how the app moves and how the UX feels but when I run it, the screen looks like this.

enter image description here

What is up with the black top and bottom? It looks fine in the storyboard, I have size classes off and auto layout on and all the constraints are perfectly fine so why would it be doing this? I have an iPhone 6.

Hamish
  • 78,605
  • 19
  • 187
  • 280
  • 2
    *"I just bought my developers license from Apple so I could test my app out on my phyiscal phone"* - you do realize that a paid account is not necessary for that!? – luk2302 Jan 20 '16 at 18:13
  • 2
    see http://stackoverflow.com/questions/18913105/black-bars-showing-when-running-app-on-ios-7-4-inch-retina-display & http://stackoverflow.com/questions/18845459/black-space-in-ios-app-in-4inch-screen?lq=1 – Hamish Jan 20 '16 at 18:13
  • This happens across all your views? – Hugo Alonso Jan 20 '16 at 21:09
  • Does my answer helped you Griffin ? – TastyCat Jan 21 '16 at 09:15

1 Answers1

0

Check your app settings and set like this: screenshot

Hamish
  • 78,605
  • 19
  • 187
  • 280
TastyCat
  • 190
  • 1
  • 16
  • you should also probably check that you have a `LaunchScreen.storyboard` file in your bundle (set the background color to transparent if you don't want an explicit launch screen).. – Hamish Jan 20 '16 at 18:17
  • what has LaunchScreen to do with this? How is this a possible fix for the user? – Hugo Alonso Jan 20 '16 at 20:56
  • hi @TastyCat I'm not saying it's not the answer...but why? – Hugo Alonso Jan 21 '16 at 15:16