@Method void keyboardWillHide(NSNotification aNotification) { adjustViewForKeyboardReveal(false, aNotification.getUserInfo()); }
@Method void keyboardWillShow(NSNotification aNotification) { adjustViewForKeyboardReveal(true, aNotification.getUserInfo()); }