Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why launch.xib containing image is not appearing in ios 7 simulators and works perfectly in ios 8 simulators

Tags:

ios

swift

xcode6

I am new in ios. I am facing one problem when i am using xCode 6 and setting one image in launch.xib and when i run in ios 8 simulators then launch image appears properly but when i run it in ios 7 simulators then that image is not coming what should i do to resolve it.

thanks in advance.

like image 482
Zalak Patel Avatar asked Sep 17 '14 09:09

Zalak Patel


1 Answers

iOS 7 does not support launch images as interface builder files; it's a new feature in iOS 8 to support arbitrary display devices. You should add launch images if you are targeting iOS7 as well.

like image 139
AlBlue Avatar answered Nov 15 '22 18:11

AlBlue