UIViewControllerTransitionCoordinator_Extensions Class

Definition

Extension class that, together with the IUIViewControllerTransitionCoordinator interface, comprise the UIViewControllerTransitionCoordinator protocol.

public static class UIViewControllerTransitionCoordinator_Extensions
type UIViewControllerTransitionCoordinator_Extensions = class
Inheritance
UIViewControllerTransitionCoordinator_Extensions

Methods

NotifyWhenInteractionChanges(IUIViewControllerTransitionCoordinator, Action<IUIViewControllerTransitionCoordinatorContext>)

Registers to be called when the transition changes from interactive to non-interactive or vice versa.

Applies to