UIViewController.AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포함 이벤트가 중첩된 뷰 컨트롤러로 자동으로 전파되는지 여부를 결정합니다.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers { [Foundation.Export("automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers : bool
속성 값
기본값은 true
입니다.
- 특성
설명
이 메서드는 더 이상 사용되지 않으며 애플리케이션 개발자는 대신 및 ShouldAutomaticallyForwardRotationMethods를 사용해야 ShouldAutomaticallyForwardAppearanceMethods 합니다.
기본적으로 이 설정은 true
이며 UIKit은 중첩된 뷰 컨트롤러에서 , , ViewDidAppear(Boolean), ViewDidDisappear(Boolean)ViewWillDisappear(Boolean), WillRotate(UIInterfaceOrientation, Double)WillAnimateRotation(UIInterfaceOrientation, Double) 및 DidRotate(UIInterfaceOrientation)메서드를 자동으로 ViewWillAppear(Boolean)호출합니다.
이 값이 로 false
설정된 경우 뷰 컨트롤러는 해당 이벤트를 중첩된 뷰 컨트롤러로 전달해야 합니다.