It seems like a pretty simple problem, but I have been unable to find any good answers.
What I\'m trying to do is to make some sort of animation while some function is l
On an aesthetic note, notice that UIActivityIndicatorView
comes with several built-in styles for you to choose from. The code examples above use the Gray and White options, but there are several more described in Apple's documentation. You can set the style by using:
-initWithActivityIndicatorStyle:(UIActivityIndicatorViewStyle)
or by setting the object's activityViewIndicatorStyle
property.