Open mob-rockstar opened 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.
self.editor.backgroundColor = UIColor.gray self.editor.inputAccessoryView?.backgroundColor = UIColor.gray
did you try the solution suggested here: https://github.com/cjwirth/RichEditorView/issues/134#issuecomment-345436703 ?
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.