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

Fix which keeps from animating keyboardPanningActionHandler when keyboard is animated from a UINavigationController push #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brynbodayle
Copy link

There might be a better way to handle this, but basically if you are pushing a view controller onto a UINavigationController stack and you bring up the keyboard before it is pushed, the keyboard animates horizontally instead of vertically. This will make the resizing of the views in the keyboardPanningActionHandler animated which they really don't need to be.

…oard animation is from a UINavigationController push
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

Successfully merging this pull request may close these issues.

1 participant