Hi,
I have a UIViewController that can take a few seconds to load. The view
searches an XML file and eventually displays the resuts. I want to show a
UIActivityIndicatorView while the view loads. Unfortunately they are on the
same thread. How can I get the UIActivityIndicatorView to display befiore the
view loads? With the below code, the UI freezes up (indicator never shows)
until the search is done.
[self.activityIndicator startAnimating];
TitleSearchResultsViewController *controller =
[[TitleSearchResultsViewController alloc]
initWithNibName:@"TitleSearchResultsViewController" bundle:nil];
[controller setTitle:@"Search Results"];
Thanks,
Phil
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]