Share via


UIPageViewControllerTransitionStyle Enum

Definition

An enumeration indicating the transition style of a UIPageViewController.

[ObjCRuntime.Native]
public enum UIPageViewControllerTransitionStyle
[<ObjCRuntime.Native>]
type UIPageViewControllerTransitionStyle = 
Inheritance
UIPageViewControllerTransitionStyle
Attributes

Fields

Name Value Description
PageCurl 0

A transition in which the page curls up.

Scroll 1

A transition in which the page scrolls away.

Applies to