UIKit.UIPercentDrivenInteractiveTransition Members

The members of UIKit.UIPercentDrivenInteractiveTransition are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

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 Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
CompletionCurveUIViewAnimationCurve. The animation completion curve for an interactive animation.
CompletionSpeednfloat. The speed of the transition animation.
[read-only]
Durationnfloat. The duration, in seconds, of the transition animation. Read-only.
[read-only]
PercentCompletenfloat. The percent of the transition (as a percentage of the overall duration) that is complete. Read-only.

Public Methods

CancelInteractiveTransition()
Tells the operating system that user interactions canceled the transition.
FinishInteractiveTransition()
Tells the operating system that user interactions completed the transition.
StartInteractiveTransition(IUIViewControllerContextTransitioning)
Begins the interactive transition.
UpdateInteractiveTransition(nfloat)
Updates the completion percentage of the transition.