UIKit.UIModalPresentationStyle Enumeration
An enumeration of values used by UIViewController.ModalPresentationStyle

Syntax

[ObjCRuntime.Native]
public enum UIModalPresentationStyle

Remarks

iPhones and iTouches should always use UIModalPresentationStyle.FullScreen. iPads may use any value.

Members

Member NameDescription
CurrentContextThe same UIModalPresentationStyle used by the view's parent UIViewController.
CustomManaged by a custom animator and an optional interative controller.
FormSheetCentered on and smaller than the screen.
FullScreenA UIModalPresentationStyle that encompasses the whole screen.
NoneA non-modal presentation or dismissal.
OverCurrentContextDocumentation for this section has not yet been entered.
OverFullScreenDocumentation for this section has not yet been entered.
PageSheetSet to the height and width of the screen in portrait orientation.
PopoverDocumentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0