---
title: spineLocation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipageviewcontroller/spinelocation-swift.property
---

# spineLocation

The location of the spine.

## Declaration

```swift
var spineLocation: UIPageViewController.SpineLocation { get }
```

## Discussion

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.

## See Also

### Display Options

- [navigationOrientation](uikit/uipageviewcontroller/navigationorientation-swift.property.md)
- [UIPageViewController.NavigationOrientation](uikit/uipageviewcontroller/navigationorientation-swift.enum.md)
- [UIPageViewController.SpineLocation](uikit/uipageviewcontroller/spinelocation-swift.enum.md)
- [transitionStyle](uikit/uipageviewcontroller/transitionstyle-swift.property.md)
- [UIPageViewController.TransitionStyle](uikit/uipageviewcontroller/transitionstyle-swift.enum.md)
- [isDoubleSided](uikit/uipageviewcontroller/isdoublesided.md)
