UIViewController.ShouldAutomaticallyForwardAppearanceMethods プロパティ

定義

外観メソッドを子 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の外観を制御する責任があります。 アプリケーション開発者は、必要に応じて、子 UIViewControllerBeginAppearanceTransition(Boolean, Boolean) メソッドと EndAppearanceTransition() メソッドを呼び出す必要があります。

適用対象

こちらもご覧ください