nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Webkit support #243

Closed MadeByDouglas closed 4 years ago

MadeByDouglas commented 4 years ago

Functionality is the same, but now uses WKWebView under the hood instead of UIWebView.

There are a few Todos which could clean up things, but its in good shape.

I changed default scroll bounce to true, seemed a better experience that way.

solves https://github.com/nnhubbard/ZSSRichTextEditor/issues/240

nnhubbard commented 4 years ago

Thank you!