This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit c713ffd
committed
[[ Bug 22256 ]] Use correct user info key to obtain keyboard size
This patch changes our use of `UIKeyboardFrameBeginUserInfoKey` which is the
keyboard frame prior to animating into place to `UIKeyboardFrameEndUserInfoKey`
which is the final keyboard frame. This resolves a bug where the height of the
keyboard changes during the animation.1 parent adf7d78 commit c713ffd
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
826 | | - | |
| 825 | + | |
| 826 | + | |
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| |||
0 commit comments