IQKeyboardManager icon indicating copy to clipboard operation
IQKeyboardManager copied to clipboard

changes done to resolve issue id > #1835

Open NalineeSingh01 opened this issue 3 years ago • 0 comments

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) -

  1. first the textview is forcefully resigned as response
  2. 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)

NalineeSingh01 avatar Oct 13 '21 13:10 NalineeSingh01