Knut Inge Grøsland
Results
36
issues of
Knut Inge Grøsland
As suggested here: http://stackoverflow.com/questions/31405079/how-to-create-tableview-with-curved-frame
enhancement
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...