in iOS7 the UIKeyboardFrameEndUserInfoKey we get in - (void)inputKeyboardWillHide:(NSNotification *)notificationis CGRect: {{inf, inf}, {0, 0}}
The result is that !CGRectIsNull(keyboardEndFrameView) will fail and frameBasedKeyboardDidMoveBlock is never called with closingset to YES
in iOS7 the
UIKeyboardFrameEndUserInfoKeywe get in- (void)inputKeyboardWillHide:(NSNotification *)notificationis CGRect: {{inf, inf}, {0, 0}}The result is that
!CGRectIsNull(keyboardEndFrameView)will fail andframeBasedKeyboardDidMoveBlockis never called withclosingset toYES