次の方法で共有


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返します。

属性

適用対象