Everyone wants to move the UITableView when the keyboard pops up, but I'm looking for a way to turn off the automatic animation of the cursor when the keyboard pops up. I encounter odd distortion / shaking / unstable scrolling when the keyboard pops up and causes the UITableView to scroll the cursor (so as not to block it).
Each of my UITableView cells contains a UITextView. I do not make any other animations when the keyboard appears.
At this point, I would like to completely disable the animation and manually scroll to the desired CGPoint.
Thanks!
source share