UIViewController.IsBeingPresented 属性

定义

true 如果当前 UIViewController 正在呈现,则为 。

public virtual bool IsBeingPresented { [Foundation.Export("isBeingPresented")] get; }
member this.IsBeingPresented : bool

属性值

true 仅当在执行 ViewWillAppear(Boolean)ViewDidAppear(Boolean)期间调用时。

属性

注解

呈现过程由 函数 ViewWillAppear(Boolean)ViewDidAppear(Boolean)指定。 在执行这些操作时,此属性将返回 true,在所有其他时间,它将返回 false

适用于

另请参阅