RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.

Results 104 RichEditorView issues
Sort by recently updated
recently updated
newest added

I have set the editor background to be black and text to be white. ``` [[self.editorView.webView layer] setBackgroundColor:[[UIColor blackColor] CGColor]]; [self.editorView.webView setOpaque:NO]; [self.editorView setEditorFontColor:[UIColor whiteColor]]; ``` When I copy paste...

@cjwirth How can I limit character count in editor

This pull requests adds support for iOS 13+ dark mode while maintaining full backwards compatibility - by using CSS media queries. Should fix #134. To build with Xcode 11, I...

When I selected the language to Arabic, the texts and placeholder in Editor is not aligned to right. Thanks

Is there any way to change cursor color?

Are you planning to convert your code to Swift 5 ? Which should be pretty much automatic BTW ...

Excuse me, When can it support Swift5.0?