I want to get the height of the keyboard in iPad without the inputAssistantItem's height. I'm able to get the height of the keyboard with inputAssistantItem, but I couldn't find any way to get the height of inputAssistantItem.
Purpose: I'm having a custom keyboardInputView, and the height of that inputView should be exactly same as the default one. I'm using intrinsicContentSize of UIKeyboardInputView to set the height of custom inputView.
Thanks in advance.
You can add the input view in
UITextFieldits automatically set the heightUIKeyboardInputView: