I have a problem with UITableView flicker.
I have a hidden UITableView that I want to refresh before it\'s shown to the user. Doing so causes the tableview to b
I've solved this.
I need to remove the table view from the view hierarchy, reload the data, then put it back!