Actually one simple way of doing it would be to force that the keyboard is hidden without animation. I am able to do that, on a custom textfield level like this:
UIView.setAnimationsEnabled(false)
textField.resignFirstResponder()
UIView.setAnimationsEnabled(true)
But I don't know how to make it such that the bottom view is moved immediately on the bottom of the first view. If keyboard dismiss and the view would happen in an instant without animation, then moving to the next view will be a no issue.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: