outime
outime

Reputation: 135

iOS simulator showing different sizes on 7.1 than 8.0

With Xcode 6.0 I took advantage on the component options and downloaded the iOS simulator for 7.1 as well, now If I select on Deployment target "7.1" it lets me select iOS simulator 7.1, but there a problem with this note on the two pictures one with the 7.1 and the other with the 8.0 how the image shrinks, its this normal?

The only thing that I have changed on this projects its that I unchecked "Use Size Classes" and left it with iPhone only.

Please advice.

Thanks

Updated pictures.

enter image description here enter image description here

Upvotes: 4

Views: 978

Answers (1)

spacifici
spacifici

Reputation: 2186

@rmaddy is right.

You need to set a splash image instead of using the LaunchScreen.xib. Go to your project settings -> target -> App Icons and Launch Images, change "Lauch Images Source" by clicking "Use Asset Catalog", select Images.

you need to change this select "images" final result

Upvotes: 9

Related Questions