UIViewController.PresentingViewController プロパティ

定義

UIViewControllerこの UIViewControllerを提示している 。

public virtual UIKit.UIViewController PresentingViewController { [Foundation.Export("presentingViewController")] get; }
member this.PresentingViewController : UIKit.UIViewController

プロパティ値

UIViewControllerこの UIViewControllerを提示している 。

この値は、null の場合もあります。

属性

注釈

これが UIViewController 表示されている場合、このプロパティは表示されている を UIViewController 保持します。 これは、提示されている の子孫thisであっても値を返す少し非対称PresentedViewControllerであることに注意してください。

適用対象

こちらもご覧ください