UIKit.UIModalTransitionStyle Enumeration
An enumeration of values used to specify the transition style of presented UIKit.UIViewControllers.

Syntax

[ObjCRuntime.Native]
public enum UIModalTransitionStyle

Remarks

Members

Member NameDescription
CoverVerticalSlides up from the bottom of the screen.
CrossDissolveThe old view fades out while the new view simultaneously fades in.
FlipHorizontalA horizontal right-to-left flip. On dismissal, the transition flips left-to-right.
PartialCurlA corner of the presented UIKit.UIViewController is "curled up" like a book page. On transition, the curl peels up the screen. Application developers must only use this style when the UIKit.UIViewController is being presented with UIModalPresentationStyle.FullScreen.

Requirements

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