I have cells that expand by changing their height with a setExpanded: method call.
I then call reloadRowsAtIndexPaths: to refresh the cells.
The problem is the c
Seems to me like the cell isn't redrawn properly.
Did you try something like:
[cell.backgroundView setNeedsDisplay]