Does UIActivityIndicator require manual threading on iPhone
- by Akusete
I am running creating an iPhone application which performs a costly operation and I wanted to create an activityIndicator to let the user know the application has not frozen.
The operation is performed entirely in one event call... so there is no chance for the UI framework to receive control to actually display and animate this indicator.
The…