The members of UIKit.UIViewControllerInteractiveTransitioning 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] | CompletionCurve | UIViewAnimationCurve. The animation completion curve for an interactive UIViewController transition. |
| [read-only] | CompletionSpeed | nfloat. The speed at which to complete an interactive transition after the interactive portion is finished. |
abstract | StartInteractiveTransition(IUIViewControllerContextTransitioning)Called prior to the system beginning the interactive portion of a UIViewController transition. Animations begin automatically subsequent to this call. | |