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 属性之外的操作。

适用于