I marked the view inside a circle, the vertical line. .I want to increase its height when the right side labels height increases. The labels become multi line based on the content.Help me figure it out. Is there have any autolayout way to do it ?
Asked
Active
Viewed 711 times
1 Answers
1
Implement viewDidLayoutSubviews, inside it take the height of the UILabel and modify your line height based on it.

Omar Masri
- 349
- 1
- 8