I'm looking for ideas on how to reimplement UINavigationController's pop/dismiss behaviour.
The animated transition manages to move the view ( .from ) together with the keyboard ( UIRemoteKeyboardWindow ) and inputAccessoryView ( UITextEffectsWindow ).
I tried to animate a snapshot of the windows and to move the frame of the windows, but it lead to all kinds of visual bugs.
I'd appreciate any kind of hint, thank you!