I\'m using a UITableView in my iPhone app, and I have a list of people that belong to a group. I would like it so that when the user clicks on a particular pers
UITableView
Swift version of Simon Lee's answer:
tableView.beginUpdates() tableView.endUpdates()
Keep in mind that you should modify the height properties BEFORE endUpdates().
endUpdates()