spineLocation
The location of the spine.
Declaration
var spineLocation: UIPageViewController.SpineLocation { get }Discussion
The value of this property is set with the spineLocation key when the page view controller is initialized, and can be changed by returning the new value from the pageViewController(_:spineLocationFor:) method of the delegate.