1

I am working on an iOS application using Swift. Recently whenever I run the application it no longer fills the screen. There are black bars on the top and bottom. The weird thing is that the status/notification bar also shrinks down. The same thing happens on the simulators so it doesn't seem to be my device. Here is a screenshot:

enter image description here

Joe
  • 2,649
  • 21
  • 33

1 Answers1

1

Xcode 6 & Swift: Black bars appear above and below the viewcontroller on iOS 7 iPhone 5 device

Someone has a very similar problem, it seems they solved it by changing the size of their launchscreen.xib. Without seeing code its difficult to say what your problem is though

Community
  • 1
  • 1
YichenBman
  • 5,011
  • 8
  • 46
  • 65
  • 1
    Thanks, that did end up helping. I tried having my Default (Launch) images in a deeper directory. Once I moved them back out to the project root it fixed things. – Joe Mar 19 '15 at 17:24