You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using this control on two view controllers which are in a navigation controller.
When I’m done taking input in the first view and segue to the second view I’m having issues.
In the second view keyboard appears but input is blocked, I mean user isn’t able to type.
When I’m doing self.view.removeKeyboardControl() before performing segue, the keyboard even doesn’t appear in the second view.
Plus when I go back to first view from my second view and segue again to the second view, the keyboard starts working normally.
The text was updated successfully, but these errors were encountered:
Hi, I fixed this issue v2.0.0 .
However, I changed my e-mail address for pod trunk before change owner e-mail address.
Unfortunately, I can't update this pods.
So, please install from here:
pod 'TKKeyboardControl', :git => 'https://github.com/cokaholic/TKKeyboardControl.git', :tag => '2.0.0'
I’m using this control on two view controllers which are in a navigation controller.
When I’m done taking input in the first view and segue to the second view I’m having issues.
In the second view keyboard appears but input is blocked, I mean user isn’t able to type.
When I’m doing
self.view.removeKeyboardControl()
before performing segue, the keyboard even doesn’t appear in the second view.Plus when I go back to first view from my second view and segue again to the second view, the keyboard starts working normally.
The text was updated successfully, but these errors were encountered: