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

Is there any way to hide scroll indicator ? #189

Open MiteshiOS opened 5 years ago

MiteshiOS commented 5 years ago

I wants to hide vertical scroll indicator. Is there any way to do it ? Also is there any way to set editor font ? Right now i am doing it via style.css file in pod. But i wants to do it via code because i don't want to get affect pod when it updates in future.