Is it possible to use UIActivityIndicator on the iOS launch screen?
UIActivityIndicator
I tried, but it\'s not animating.
Has anyone tried this or
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.