Rensselaer Center for Open Source Software

Changed KeyboardDid* notifications to KeyboardWill*, to stop view jittering.

2 files changed, 2 lines added, 2 lines removed

Changes

--- iOS/Genesis/Genesis/GNTextViewController.m d5e8e95c688b30893523b59adf4e23b49ab93fc7
+++ iOS/Genesis/Genesis/GNTextViewController.m 2b693e34d71bedcd5917c7f33b319875546ca57a
@@ -30,11 +30,11 @@
-                                                     name:UIKeyboardDidHideNotification
+                                                     name:UIKeyboardWillHideNotification
-                                                     name:UIKeyboardDidShowNotification
+                                                     name:UIKeyboardWillShowNotification
Genesis • 58 weeks ago