Launch Image not showing up in iOS application (using Images.xcassets)

后端 未结 13 888
南方客
南方客 2020-11-30 01:20

I\'m having some trouble getting my launch image to show up in my application.

I have created all the static image files in the Images.xcassets file in an asset set

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 01:54

    After few hours of unclear answers:
    1) go to setting app General section in xCode.
    2) Scroll down to App Icons and Launch Images.
    3) Clear Launch Screen File (just leave it blank)
    4) Set Launch Images Source to LaunchImage (remember to create them in Assets.xcassets)
    Now app will use images You set in LaunchImage.

提交回复
热议问题