UIKit.UIViewControllerAnimatedTransitioning Members

The members of UIKit.UIViewControllerAnimatedTransitioning are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

abstract
AnimateTransition(IUIViewControllerContextTransitioning)
Performs a custom UIViewController transition animation.
AnimationEnded(bool)
Indicates that the animation has ended.
abstract
TransitionDuration(IUIViewControllerContextTransitioning) : double
Returns the duration, in seconds, of the transition animation.