共用方式為


UIViewController.ModalInPopover 屬性

定義

true 如果應該以 強制模式呈現, UIViewController 則為 UIPopoverController

public virtual bool ModalInPopover { [Foundation.Export("isModalInPopover")] get; [Foundation.Export("setModalInPopover:")] set; }
member this.ModalInPopover : bool with get, set

屬性值

預設值是 false

屬性

備註

應用程式開發人員應該將此屬性 true 設定為 ,如果這是 UIViewController 要以強制模式呈現。 UIPopoverController 將這個屬性設定為 true 不允許在顯示這個 UIViewController 屬性以外的動作。

適用於