Animating Activity Indicator on iOS launch screen

后端 未结 3 557
天涯浪人
天涯浪人 2021-01-01 23:56

Is it possible to use UIActivityIndicator on the iOS launch screen?

I tried, but it\'s not animating.

Has anyone tried this or

3条回答
  •  难免孤独
    2021-01-02 00:47

    You can't use animations on the Launch Screen.

    If you want to do any animations on the "launch screen", instead use your first view controller as a splash view.

提交回复
热议问题