I have 4 components in my cell.
- UIView
- UITextView
- UIImageView
- Another UIView on top of the UIImageView
- UIView
- UIView
These content can be changed according the data that comes from the server(Sometimes it needs to hide the 3rd image view, sometimes 5th UIView). I'm using auto layout and with the auto layout what is the way to change height of the cell?