setEditorBackgroundColor not working
there is method with name "setEditorBackgroundColor" to change background color of editor. But when i call this method, it is not working as required.
same here
Make sure you call it from the richEditorDidLoad RichEditorDelegate method
@steviemo I tried this and it worked but you still have a white background whose colour you can't change when your view is higher than the innerLineHeight or the lineHeight attribute.
I thought that this was the background colour of the .webView but when I changed it, I got the same result.
I suppose that the white colour is the background if the rendered HTML...?
@Heckscheibe In Debug View Hierarchy you can see that view with white background is some webview's subview called UIWebBrowserViewMinusAccessoryView. There is some hack code in CJWWebView+HackishAccessoryHiding.h/m, but looks like in doesn't work
Should be fixed with these changes: https://github.com/cjwirth/RichEditorView/pull/208
not working to me