Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Activity indicator in iOS launch screen doesn't animate

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 checkbox in the attribute inspector does't work as well.

like image 863
Roei Klein Avatar asked Feb 13 '17 21:02

Roei Klein


1 Answers

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.

like image 199
matt Avatar answered Oct 01 '22 00:10

matt