Can't get keyboard height when using Interactive keyboard dismissal
问题 I have been trying to implement interactive keyboard like in 'iMessages' app Something like this; I need to continuously get exact frame of keyboard when sliding it up or down. I have already tried; keyboardWillChangeFrame, keyboardDidChangeFrame, keyboardWillShowForResizing, keyboardWillHideForResizing, keyboardWillShow, keyboardWillBeHidden None of them continuously return the frame. What is the best way to catch that frame? 回答1: That's a tricky & Simple. ViewController inherits UIResponder