UIPageViewControllerTransitionStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration indicating the transition style of a UIPageViewController.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerTransitionStyle
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. |