Contents

interPageSpacing

Space between pages, in points.

Declaration

static let interPageSpacing: UIPageViewController.OptionsKey

Discussion

The value should be a CGFloat wrapped in an instance of NSNumber. The default value is zero. An inter-page spacing is only valid if the transition style is UIPageViewController.TransitionStyle.scroll.

See Also

Page options