I have a UITableView that I populate with data that i download over the internet. While the data is being downloaded, I want to show a loading label above my TableView to signify to users that something is actually happening and there is not a problem with the app. What is the best way to do this??
Share
I think the best way to do this is add a subview to the main view of your application. Matt Gallagher had a tutorial on this 2 days ago. He shows you how to show a loading view, it also includes sample code that you can download.