共用方式為


UIViewController.ModalViewController 屬性

定義

作用中呈現檢視的控制器。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentedViewController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController ModalViewController { [Foundation.Export("modalViewController")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentedViewController' instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ModalViewController : UIKit.UIViewController

屬性值

作用中呈現 UIViewController 的 。

屬性

備註

應用程式開發人員不應該使用此已被取代的屬性。 相反地,它們應該使用 PresentedViewController

適用於

另請參閱