How to hide a tableviewcell subview?
Is there a way to hide/display a cell's subviews when I go in and out of editing mode?
I tried to call [self.tableview reloadData] when I toggle the editing mode but it didn't update the cells.
Thanks for any help and pointer on where to look for the information.
|