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