Reimplementing UINavigationController's pop behaviour

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!

Answered by Frameworks Engineer in 682438022

Reimplementing the UINavigationController's full behavior with respect to the keyboard simply isn't possible within the public SDK.

Accepted Answer

Reimplementing the UINavigationController's full behavior with respect to the keyboard simply isn't possible within the public SDK.

Reimplementing UINavigationController's pop behaviour
 
 
Q