I have a custom UITableView
using UITableViewCell
s.
Each UITableViewCell
has 2 buttons. Clicking these buttons will change an image in a UIImageView
within the cell.
Is it possible to refresh each cell separately to display the new image?
Any help is appreciated.