I got a separate thread that creates a UIView object, inserts it into the UITableView\'s data source and then call reloadData on the UITableView. However, since it is a sepa
[self.tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:NO];