DAKeyboardControl
DAKeyboardControl copied to clipboard
frameBasedKeyboardDidMoveBlock is never called with closing = YES in iOS7
in iOS7 the UIKeyboardFrameEndUserInfoKey
we get in - (void)inputKeyboardWillHide:(NSNotification *)notification
is CGRect: {{inf, inf}, {0, 0}}
The result is that !CGRectIsNull(keyboardEndFrameView)
will fail and frameBasedKeyboardDidMoveBlock
is never called with closing
set to YES