On iOS 12, the interactive keyboard dismissal in a scroll view does not fire the keyboardWillChangeFrameNotification until the pan gesture ends, so any views constrained to keyboardLayoutGuide.topAnchor remain static throughout the interactive part of the animation.
I am not sure if this worked properly prior to iOS 12.
On iOS 12, the interactive keyboard dismissal in a scroll view does not fire the
keyboardWillChangeFrameNotification
until the pan gesture ends, so any views constrained tokeyboardLayoutGuide.topAnchor
remain static throughout the interactive part of the animation.I am not sure if this worked properly prior to iOS 12.