Launch Screen.storyboard not work properly Xcode 7

后端 未结 2 1058
死守一世寂寞
死守一世寂寞 2021-01-19 20:51

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 ful

2条回答
  •  一向
    一向 (楼主)
    2021-01-19 21:12

    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.

    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.

提交回复
热议问题