共用方式為


UIViewController.IsBeingPresented 屬性

定義

true 如果目前的 UIViewController 正在呈現中,則為 。

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

屬性值

true只有在 執行 或 ViewDidAppear(Boolean) 期間呼叫 ViewWillAppear(Boolean) 時才為 。

屬性

備註

簡報程式是由函 ViewWillAppear(Boolean) 式和 ViewDidAppear(Boolean) 所預訂。 執行時,這個屬性會傳回 true ,在其他時候,它將會傳回 false

適用於

另請參閱