UIViewActionEscape

This class allows you to push and pop a custom action (System.Action) into the InputEscapeManager in sync with the visibility of a UIView.

UIView.AddAction(new UIViewActionEscape(() => ReturnToPreviousScreen()));

See Example: Multi Page UI for more detailed example.

Last updated