共用方式為


UIModalPresentationStyle 列舉

定義

所使用值的列舉 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 可以使用任何值。

適用於