danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

frameBasedKeyboardDidMoveBlock is never called with closing = YES in iOS7 #91

Open knutigro opened 9 years ago

knutigro commented 9 years ago

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