Reputation: 672
I installed Xcode 6 gm version. I created new project and I run it on iPhone 6 or iPhone 5s simulator with ios 8. Everything is fine.But When I simulate on iphone 5s deployment target ios 7.1.Device screen is not full screen.it runs like as 3.5inc screen.Do you know reason of that? Is it XCode 6's bug?
Upvotes: 3
Views: 1005
Reputation: 10715
Figured out a solution in my case
Upvotes: 1
Reputation: 2697
you should put launch screen for iphone 5 - 640x1136 named Default-568h@2x or use catalog assets alternatively.
Upvotes: 1