-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IQKeyboardManager interaction with UIKeyInput Protocol? #949
Comments
Because your custom view doesn't trigger didBeginEditing, didEngEditing callbacks. and library depends on those notifications. |
@hackiftekhar Is there some way I can trigger these call backs manually? Could I just send something through the notification center, or something? Or would it be better to perhaps disable IQKeyboardManager for the specific view controller that has the custom view? And manage the keyboard manually, and then turn it back on after? |
@hackiftekhar I have created a demo project, that actually has UIKeyInput working with a very simple view. It must be something else within my application causing these issues. Closing this issue. |
I customed a UIView which apply to ,can this view work with IQKeyboardManager ? |
@cody1024d would you happen to remember how did you achieve that in your demo project? I'm looking at the same thing. |
For any lost souls wandering for an answer to this, you have to post
|
I'm looking to implement a custom UIView that will open the keyboard, and respond to the input (in my case, it's going to be a pin-entry view).
Was just curious if IQKeyboardManager interacts with this protocol in anyway? I seemingly cannot get the UIKeyInput protocol to function as the documentation says it does.
The text was updated successfully, but these errors were encountered: