View aligned to top of keyboard appears in wrong place in iOS 9 Shortcut Bar only mode
iOS 9 adds a Shortcut Bar to the iOS 8 QuickType bar . As part of this change, if you connect a bluetooth keyboard to an iPad, the keyboard is in a minimized Shortcut Bar only mode (which can be simulated by pressing command-k in the simulator). I have code which gets the keyboard height using a method similar to the following: CGRect keyboardFrame = [[info objectForKey:UIKeyboardFrameEndUserInfoKey] CGRectValue]; CGFloat keyboardHeight = keyboardFrame.size.height; // = 313 The problem is that when the keyboard is toggled between the expanded and collapsed state, the height remains the same,