Simple rich text view in cocoa-touch
问题 I'm working on an iOS app in which I need to implement a basic text view with these requirements: Rich text Font emphasis (bold, italics). Inline images for hyperlink-like actions. Scrolling Getting and setting the scroll offset (for remembering the previous scroll position). Text selection Getting the selected text character range. Scrolling the view when selecting text, if needed. I believe I could achieve this with UIWebView but the problem with this is that it provides very little control