共用方式為


UICollectionViewController.UseLayoutToLayoutNavigationTransitions 屬性

定義

此 UICollectionViewController 是否使用 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

屬性值

true如果這個 UICollectionViewController 座標使用 UINavigationController 進行轉換, false 則傳回 ,否則傳回 。

屬性

適用於