Share via


UIModalPresentationStyle Enum

Definition

Enumerates valid modal presentation styles for iOS.

public enum class UIModalPresentationStyle
public enum UIModalPresentationStyle
type UIModalPresentationStyle = 
Public Enum UIModalPresentationStyle
Inheritance
UIModalPresentationStyle

Fields

Name Value Description
FullScreen 0

The content is displayed in a manner that covers the screen.

FormSheet 1

The content is displayed in the center of the screen.

Automatic 2

The system selects an appropriate presentation style for the view controller.

OverFullScreen 3

The content is displayed in a manner that covers the screen.

PageSheet 4

The content is displayed in a popover view.

Popover 5

The content is displayed in a popover view.

Applies to