次の方法で共有


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

適用対象