UIViewController.ModalInPopover 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 屬性以外的動作。