UIViewController.ShouldAutomaticallyForwardAppearanceMethods プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
外観メソッドを子 UIViewControllerに転送するかどうかを指定します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutomaticallyForwardAppearanceMethods { [Foundation.Export("shouldAutomaticallyForwardAppearanceMethods")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ShouldAutomaticallyForwardAppearanceMethods : bool
プロパティ値
既定値は true
です。
- 属性
注釈
このメンバーをオーバーライドして にfalse
設定したアプリケーション開発者は、子UIViewControllerUIViewの外観を制御する責任があります。 アプリケーション開発者は、必要に応じて、子 UIViewControllerの BeginAppearanceTransition(Boolean, Boolean) メソッドと EndAppearanceTransition() メソッドを呼び出す必要があります。