cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.9k stars 445 forks source link

Question: UIView supported? #145

Closed magonicolas closed 6 years ago

magonicolas commented 6 years ago

Does is support adding a custom UIView?

Bests!

cjwirth commented 6 years ago

Hey! Hope this code is helping you 😃

Like any other UIView, you can manually addSubview, but I have no plans on making it support inline UIViews. The reason being that this is just a thin wrapper around a UIWebView, and I'm not really sure how you'd embed a UIView inside the HTML being displayed inside.

Sorry!