IQKeyboardManager
IQKeyboardManager copied to clipboard
changes done to resolve issue id > #1835
Description
Issue-> View does not move up for the first time when tapped on textview as a result the keyboard covers the text view Changes -> a call of reloadInputViews function was causing the textview to resign as first responder and leaving the keyboard up.
Fixes # (1835) -
- first the textview is forcefully resigned as response
- then made the first responder again. This fixes the issue
(Note:- pod file was updated just to make the workspace run.)
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)