Changing custom cell appearance when entering editing mode
Posted
by Nava Carmon
on Stack Overflow
See other posts from Stack Overflow
or by Nava Carmon
Published on 2010-04-09T08:35:27Z
Indexed on
2010/04/09
8:43 UTC
Read the original article
Hit count: 375
Hi,
I have a table with custom cells, that I built in IB. When entering editing mode, content of all cells is moved to show delete edit control. My question is where can I adjust the cell appearance before entering editing mode? I saw that willBeginEditingRowAtIndexPath function is supposed to let adjust the UI, but seems I don't get there at all.
Please help,
TIA
© Stack Overflow or respective owner