次の方法で共有


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されます。

適用対象

こちらもご覧ください