Joe
Joe

Reputation: 2657

iOS - Swift - Screen Resizes on App Start

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

Upvotes: 1

Views: 129

Answers (1)

YichenBman
YichenBman

Reputation: 5661

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

Upvotes: 1

Related Questions