In my custom cell there is a UILabel and one UIButton. Whenever I click on that UIButton the UILabel‘s height is increased as per content of the label.
The problem is that how can I get that UILabel that is a subview of a cell. Every cell contains a label and a button but only that UILabel is increased that the cell button is clicked, others remain as they are.
Thanks in advance.
You can go through all
subviews in the cell and see which one is aUILabel: