How display and edit HTML in iOS
问题 With UIWebView, I can display HTML very well. With UITextView, I can edit HTML. With what can I both display and edit HTML? Is there any open source project or tutorial available? 回答1: You can show your html inside a UIWebView with a WYSIWYG editor inside. There are a lot of WYSIWYG editors out there. I like CKEditor (demo). See the Developer Documentation - Integration for how to set / get the text of the WYSIWYG editor. How to Create the WYSIWYG Editor: Download the script files and bundle