I have UITableView which uses custom UITableViewCells. The cells can have one of three types of background images (set in each cell\'s .backgrou
UITableView
UITableViewCell
.backgrou
Try this:
[tableView beginUpdates]; [tableView endUpdates];