UIModalPresentationStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用的值的枚举 ModalPresentationStyle
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIModalPresentationStyle
type UIModalPresentationStyle =
- 继承
-
UIModalPresentationStyle
- 属性
字段
BlurOverFullScreen | 8 | 模糊上一个内容,然后覆盖新内容。 |
CurrentContext | 3 | 视图的父 UIViewController 使用的相同 UIModalPresentationStyle。 |
Custom | 4 | 由自定义动画师和可选的交互控制器管理。 |
FormSheet | 2 | 居中且小于屏幕。 |
FullScreen | 0 | 包含整个屏幕的 UIModalPresentationStyle。 |
None | -1 | 非模式演示或消除。 |
OverCurrentContext | 6 | 仅通过父视图控制器的内容区域显示模式内容。 |
OverFullScreen | 5 | 在当前视图层次结构顶部的全屏上显示模式内容。 |
PageSheet | 1 | 设置为纵向屏幕的高度和宽度。 |
Popover | 7 | 对于水平常规环境,在弹出视图中显示模式内容,对于水平紧凑环境,在全屏模式下显示模式内容。 |
注解
iPhone 和 iTouches 应始终使用 FullScreen。 iPad 可以使用任何值。