Changed KeyboardDid* notifications to KeyboardWill*, to stop view jittering.
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

