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

Can't change the background #173

Open mob-rockstar opened 6 years ago

mob-rockstar commented 6 years ago

I am going to change the background of editor so I tried to use the following codes: self.editor.backgroundColor = UIColor.gray self.editor.inputAccessoryView?.backgroundColor = UIColor.gray But background is not changed.

Heckscheibe commented 5 years ago

did you try the solution suggested here: https://github.com/cjwirth/RichEditorView/issues/134#issuecomment-345436703 ?