UIKit.UIViewControllerContextTransitioning: Method Members

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

Public Methods

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) : CoreGraphics.CGRect
The ending Frame RectangleF for the specified UIViewController's View.
abstract
GetInitialFrameForViewController(UIViewController) : CoreGraphics.CGRect
The starting Frame RectangleF for the specified UIViewController's View.
abstract
GetViewControllerForKey(Foundation.NSString) : UIViewController
Returns the specified UIViewController involved in the transition.
abstract
GetViewFor(Foundation.NSString) : UIView
Documentation for this section has not yet been entered.
abstract
UpdateInteractiveTransition(nfloat)
Updates the completion percentage of the transition.