In my project I have a tableview with 20 custom tableviewcell; when I call the view where is my tableview the method:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
fill my table with custom tableviewcells...and it's all ok.
In my custom tableviewcells I have a UIImageView that I fill with a .png, and all works fine. But if I want change this UIImageView with another .png? I must reload another time my tableview with all tableviewcells...no? How can I do it?