I want to change the appearance of an UITableviewCell
in edit mode like it is shown in the address book from apple. The cell should resize and i will add UITextFields
as subviews.
I know that to change appearance of a cell you have to overwrite the LayoutSubviews
function in the cell. I tried to do that and i had some funny effects and resizing :-)
I have looked for a while to find some hints on the net but i didnt find one. If anyone could provide some hints how to do this right? Links to tutorials or code will be fine.
Thanks Eddy