DAKeyboardControl icon indicating copy to clipboard operation
DAKeyboardControl copied to clipboard

frameBasedKeyboardDidMoveBlock is never called with closing = YES in iOS7

Open knutigro opened this issue 9 years ago • 0 comments

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

knutigro avatar May 22 '15 10:05 knutigro