Share via


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

속성 값

이 UICollectionViewController가 UINavigationController false 를 사용하여 전환을 조정하는 경우 를 반환 true 합니다(그렇지 않은 경우).

특성

적용 대상