What is the best approach to hide UI elements in a UITableView with UITableViewAutomaticDimension?
I have multiple labels, buttons, imageviews in a cell. For specific condition I want to hide some of them and want the tableview to resized accordingly.
Kindly correct me if I'm missing something.