Reputation: 33317
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.1
simulator. The result is the following:
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
Reputation: 3017
You should use LaunchImage. You can set it from project settings->General tab.
Upvotes: 7