In my app i am using UIScrollview to list details. In scrollview the first subview is UItextview, second UILabel and so on. But, when the textview content is more it overlaps the UILabel, searched a lot in SO and google but couldn’t find the exact solution for my problem.
I am looking for
How to add UITextView below UILabelView or some other view?
Thanks for your help guys.
Try using this,
Change X or Y co-ordinate according to your requirement.
Hope this works for you.