共用方式為


UIViewController.PresentingViewController 屬性

定義

呈現 UIViewController 這個 UIViewController 的 。

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

屬性值

呈現 UIViewController 這個 UIViewController 的 。

這個值可以是 null

屬性

備註

如果正在呈現, UIViewController 這個屬性會保存 UIViewController 呈現它的 。 請注意,這是稍微非對稱 PresentedViewController 的,即使它是所呈現的 this 子代,也會傳回值。

適用於

另請參閱