cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.89k stars 445 forks source link

Not having IQKeyboard Manager Support #264

Open Rithik3690 opened 1 year ago

Rithik3690 commented 1 year ago

I have already installed IQKeyboard manager into my podfile, and when I'm using this pod in my app. The screen is not moving up for the text field to be visible when the textfield is moved to focus state. When I'm trying to do manually using UIResponder.keyboardwillshownotification, I'm getting layout issues. Can anyone suggest me a method to resolve the either of the issues. As you can see the textfield is not visible in the second picture

Simulator Screen Shot - iPad Pro (9 7-inch) - 2022-09-16 at 13 06 26 Simulator Screen Shot - iPad Pro (9 7-inch) - 2022-09-16 at 13 06 31