I draw a form on how to get the keyboard frame when you drag it off the screen. I know how to get when an animation starts or ends using UIKeyboardWillShowNotification , UIKeyboardWillChangeFrameNotification , UIKeyboardDidChangeFrameNotification but I'm looking for a constant update when you drag it from the screen. For example, I would like to know where the keyboard frame is at this point of drag 
I am trying to use the keyboard frame to adjust the look of the table, which should be directed against the keyboard when dragging.
source share