UICollectionViewController.UseLayoutToLayoutNavigationTransitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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