Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 hereenter image description here

like image 245
outime Avatar asked Jan 09 '23 20:01

outime


1 Answers

@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 thisselect "images"final result

like image 168
spacifici Avatar answered Jan 18 '23 17:01

spacifici