IOS Swift: How to expand table row that contains dynamic height?

1.1k Views Asked by At

my table cells are currently having dynamic heights (can expand and contract but with set constants). When click on the row to expand it, I want it to become (currentHeightOfThatRow + 50), I've been trying lots of methods but nothing works. Anyone knows how to do this in Swift? Or obj-C in IOS 8. Thanks.

0

There are 0 best solutions below