Annotating text in UIWebView
Any suggestions that how can I select and get the text back in Objective-C?
You have two choices:
- Parse the HTML5 document by hand
- Inject Javascript into the page and walk the document. See Search and highlight text in UIWebView
精彩评论