RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

Can't change the background

Open mob-rockstar opened this issue 6 years ago • 1 comments

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.

mob-rockstar avatar Jul 16 '18 09:07 mob-rockstar

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

Heckscheibe avatar Jan 15 '19 15:01 Heckscheibe