Displaying a "Loading..." screen in a UITableView like the AppStore App...

Posted by Mugunth Kumar on Stack Overflow See other posts from Stack Overflow or by Mugunth Kumar
Published on 2009-07-31T07:05:02Z Indexed on 2010/06/14 18:42 UTC
Read the original article Hit count: 180

the App Store app and fairly a lot many apps display a view that says "Loading.." while the content is being retrieved.

How can we do this? Should I remove the UITableView and call addSubView and then once the data is available, add the tableview back? Or is there any other shortcut?

If my question is not clear, please see this image... http://www.flickr.com/photos/mugunthkumar/3774575906/

I want to know how to create a temporary loading view like this till my tableview contents are ready...

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch