UIViewController.TransitioningDelegate Property

Definition

A delegate object that is responsible for producing IUIViewControllerAnimatedTransitionings for custom presentation.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public UIKit.IUIViewControllerTransitioningDelegate TransitioningDelegate { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.TransitioningDelegate : UIKit.IUIViewControllerTransitioningDelegate with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to