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

How to use as a UIView subclass #286

Closed Sid7862 closed 2 years ago

Sid7862 commented 3 years ago

Hi I came across this library and you guys have done an awesome work. I want to ask an question that how can I use it as UIView component not UIViewController Component

nnhubbard commented 2 years ago

ZSSRichTextEditor does not currently work outside of a subclassed UIViewController.