UIScrollView: keyboard retracts interactively

enter image description here

In the image above, the top bar is a custom view that I used as the Whats App. The keyboard will be rejected interactively with UIScrollView. I implemented UIKeyboardWillHideNotificationboth UIKeyboardDidChangeFrameNotificationto move up and down this view. Now the problem is that I used the keyboard interactively, so when the user drags a finger on the keyboard, he starts to move up or down accordingly. But I can’t get any notice to move up or down the view.

+6
source share

All Articles