I have a tableview with UiTableViewCells from a XIB and I want to animate a change of cell height when selected and showing/hiding some elements. Now, for the animated change of height there's no problems, I've done it with the tutorial in this answer . The problem is how to toggle some elements! I can't figure out how to solve this problem! Putting on the xib the elements, they cover the cell above; by code I can't find a method to call when a cell is opened and the animation i finished! Any ideas?
Thanks to all!