Michael
Michael

Reputation: 33317

App does not launch in full screen when running on iOS 7.1?

I use XCode 6.2 and created a new blank single page application. I changed the target to 7.0 and run it in a iPhone5 7.1simulator. The result is the following:

enter image description here

I did not change anything. When I launch on a 8.0 simulator the app launches in full screen.

How can I achieve that the app takes the entires screen?

Upvotes: 1

Views: 1551

Answers (1)

Mert Buran
Mert Buran

Reputation: 3017

You should use LaunchImage. You can set it from project settings->General tab.

Upvotes: 7

Related Questions