Open MHX792 opened 5 years ago
I am also facing this issue
Are you guys using Storyboard or doing it programmatically? I’m doing the latter. With the latter, in viewDidLoad, use:
additionalSafeAreaInsets.left = 12.0
additionalSafeAreaInsets.right = 12.0
It's a quick fix to the problem. There seems to be a cursor issue everywhere.
Please check this. This works for me. https://github.com/cjwirth/RichEditorView/issues/229
Tested on the demo project. Tap into the editor view. The cursor does not show up. Also writing has no effect.