UIViewController.WeakTransitioningDelegate Property
Definition
The delegate object used to provide controllers for transition animations and interactions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[get: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[set: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[get: Foundation.Export("transitioningDelegate", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)]
[set: Foundation.Export("setTransitioningDelegate:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)]
public virtual Foundation.NSObject WeakTransitioningDelegate { get; set; }
member this.WeakTransitioningDelegate : Foundation.NSObject with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes