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
If you just want to reload a few cells rather the entire table you can use:
reloadRowsAtIndexPaths:withRowAnimation:
available as an instance method of UITableView.