I have a tableviewController and with 5 prototype row. Generally all of them have these objects in vertically order:
Label - A
Label - B
Others objects (Label, progress bar, images)
As example, row 1 has Label A then below Label B, then below others 2 labels.
What I'm trying to achieve is to have all the rows with the same height that show only the first two labels (A and B) and then when tapping it expand showing the rest of the objects, tap again it collapse.