Linked Questions

Popular Questions

UITableView - hide all groups/cells while data is loading

Asked by At

I don't want to display my table view cells until the data has been loaded from an external source. I want to show an activity indicator over the table background while the data is loading. I can get the indicator to show by adding it as a subview to tableView, but I can't figure out how to hide the rows until they are ready to be displayed.

This is all being handled in a UITableViewController. The table is displayed in a popover.

Related Questions