UIViewController.ViewDidAppear(Boolean) 方法

定义

在 添加到视图层次结构后 View 调用。

[Foundation.Export("viewDidAppear:")]
public virtual void ViewDidAppear (bool animated);
abstract member ViewDidAppear : bool -> unit
override this.ViewDidAppear : bool -> unit

参数

animated
Boolean

true 如果对外观进行动画处理,则为 。

属性

注解

将 的 属性添加到显示层次结构后UIViewViewthisUIViewController,将调用此方法。UIView

重写此方法的应用程序开发人员必须在其重写的方法中调用 base.ViewDidAppear()

适用于