It might be a silly question.
I\'m trying to set left/right margins like the attached picture. I succeeded to implement it by adding UITextView to UIScrollView.
However, I c
You can set the scroller right inset value of the UITextView to negative value and disable the clip subview option to achieve your require. No other scrollview is needed.