UICollectionViewController.UseLayoutToLayoutNavigationTransitions Property

Definition

Whether this UICollectionViewController coordinates transitions with a UINavigationController.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool UseLayoutToLayoutNavigationTransitions { [Foundation.Export("useLayoutToLayoutNavigationTransitions")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setUseLayoutToLayoutNavigationTransitions:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.UseLayoutToLayoutNavigationTransitions : bool with get, set

Property Value

Returns true if this UICollectionViewController coordinates transitions with a UINavigationController, false if not.

Attributes

Applies to