The members of UIKit.UIPercentDrivenInteractiveTransition are listed below.
See Also: Inherited members from Foundation.NSObject
| 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. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| CompletionCurve | UIViewAnimationCurve. The animation completion curve for an interactive animation. | |
| CompletionSpeed | nfloat. The speed of the transition animation. | |
| [read-only] | Duration | nfloat. The duration, in seconds, of the transition animation. Read-only. | 
| [read-only] | PercentComplete | nfloat. The percent of the transition (as a percentage of the overall duration) that is complete. Read-only. | 
| 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. | ||