Is there a way to put UITextView's scroll indicator to outside UITextView?
问题 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 could achieve almost everything I want with UITextView alone. For example, with UIScrollView, when I manually change the text of UITextView, it automatically scrolls to bottom regardless of setting its .scrollEnabled to No. It would be perfect if a scroll indicator of UITextView appears outside UITextView. In the attached