Marko Zadravec
Marko Zadravec

Reputation: 8730

Size of UIVeiwController for iPhone is not right

I have some unusual bug.

I create some UIViewController in Interface builder (in side storyboard). I launch it on "iPhone 5s", but he displayed smaller screen :

enter image description here

I have:

Size : Inferred
Resize View From NIB : Yes

Marko

Upvotes: 0

Views: 41

Answers (1)

Ashutosh
Ashutosh

Reputation: 2225

In your project file, just add a launch image with name [email protected], and the problem will be solved :)

Upvotes: 1

Related Questions