DAKeyboardControl icon indicating copy to clipboard operation
DAKeyboardControl copied to clipboard

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

Open brynbodayle opened this issue 10 years ago • 0 comments

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.

brynbodayle avatar Jun 20 '14 15:06 brynbodayle