Getting viewable text position after scroll a UITextView
I have a UITextView and a slide control. The text view has a long content to read. I can drag slide开发者_如何学运维 to move text view text to corresponding percentage now. But I want to move slide to corresponding position by scroll text view. I can use an inherit UITextView to catch event. But how I can get current viewable text position?
精彩评论