Is it possible to use UIActivityIndicator in launch screen with Xcode6
I tried but its not animating, not sure whether its possible or not.
Can anyone tried this or knows whether its possible or not?
Thanks-
Is it possible to use UIActivityIndicator in launch screen with Xcode6
I tried but its not animating, not sure whether its possible or not.
Can anyone tried this or knows whether its possible or not?
Thanks-
You can't able to code animations on Launch screen...if you want to do any animations on launch screen...use your first view controller as splash view...
What you are trying to achieve is to show ActivityIndicator during launch screen which is not possible, but you can achieve it by some different way.
Here is the idea that may help you:
While using indicator make sure you have checked StartAnimating to true or simply add indicator programmatically like this:
Hope it will work for you.
Go to storyboard then select your ActivityIndicator and change the property to "Animating"