Displaying a "Loading..." screen in a UITableView like the AppStore App...
- by Mugunth Kumar
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...