UIViewController.AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers 속성

정의

포함 이벤트가 중첩된 뷰 컨트롤러로 자동으로 전파되는지 여부를 결정합니다.

[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설정된 경우 뷰 컨트롤러는 해당 이벤트를 중첩된 뷰 컨트롤러로 전달해야 합니다.

적용 대상