The methods of UIKit.UIViewControllerContextTransitioning are listed below. For a list of all members, see the UIViewControllerContextTransitioning Members list.
See Also: Inherited members from Foundation.NSObject
abstract | CancelInteractiveTransition()Notifies the system that the app user has canceled the transition. | |
abstract | CompleteTransition(bool)Notifies the system that the transition has completed. | |
abstract | FinishInteractiveTransition()Notifies the system that the app user interactions have successfully completed the transition. | |
abstract | GetFinalFrameForViewController(UIViewController)The ending Frame RectangleF for the specified UIViewController's View. | |
abstract | GetInitialFrameForViewController(UIViewController)The starting Frame RectangleF for the specified UIViewController's View. | |
abstract | GetViewControllerForKey(Foundation.NSString)Returns the specified UIViewController involved in the transition. | |
abstract | GetViewFor(Foundation.NSString)Documentation for this section has not yet been entered. | |
abstract | UpdateInteractiveTransition(nfloat)Updates the completion percentage of the transition. | |