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
設定されている場合、ビュー コントローラーは、これらのイベントを入れ子になったビュー コントローラーに転送する役割を担います。