Using storyboard, I am trying to put a UILabel
below UITextView
. Content of UITextView
can grow based on user input. I want my UILabel
to reposition its Y value based on UITextView
contents. I've tried fixing vertical spacing between UITextView
and UILabel
but that is not helping.
What else I shall be doing to crack this?