Activity indicator in iOS launch screen doesn't animate

前端 未结 1 2015
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 19:47

Activity indicator in launch screen doesn\'t animate. How to make it work? I can\'t do startAnimating() because cannot assign class to launch screen. The checkb

相关标签:
1条回答
  • 2020-12-11 20:45

    The launch screen is not a splash screen. It is, in effect, just a picture, hiding the gap between the time the user summons your app and the time your app runs. You cannot do anything in the launch screen because, by definition, if the launch screen is visible your app is not yet running.

    0 讨论(0)
提交回复
热议问题