Skip to content
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

keyboardActiveView is hidden #92

Open
SabatinoMasala opened this issue Jun 5, 2015 · 0 comments
Open

keyboardActiveView is hidden #92

SabatinoMasala opened this issue Jun 5, 2015 · 0 comments

Comments

@SabatinoMasala
Copy link

In inputKeyboardWillShow the visibility of keyboardActiveView gets set with self.keyboardActiveView.hidden = NO; but the property keyboardActiveView only gets set in inputKeyboardDidShow, which causes an issue where the keyboard is hidden in some cases when animating up.
Is there a reason we grab the keyboardview in inputKeyboardDidShow instead of inputKeyboardWillShow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant