Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch Screen.storyboard not work properly Xcode 7

Tags:

ios

ios9

iphone

I am using Launch Screen storyboard in Xcode 7 to support iOS 9, And using imageSet to support iOS 7.

First thing I put UIImageView in LaunchView at full screen, and use images below (see image) at source to that imageView , but when I run my app in simulator this image do not show correctly (iPhone 4s, 5, 6, and 6 plus)

enter image description here

Where is the problem?

Can anyone help please?

like image 611
Almudhafar Avatar asked Jan 08 '23 10:01

Almudhafar


1 Answers

I have faced same issue one time. batter to use xcassets

For the launch image you can use the assets folder with the device specific launch images.

enter image description here

Add all launch screen here as per your requirement.

Go to the General Settings Of your project and check your settings make sure you have selected the assets folder. Remove the Launch Screen File text.

enter image description here

like image 142
Ashish Kakkad Avatar answered Jan 10 '23 00:01

Ashish Kakkad