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的外观。 应用程序开发人员应根据需要调用其子 UIViewController级的 BeginAppearanceTransition(Boolean, Boolean)EndAppearanceTransition() 方法。

适用于

另请参阅