---
title: isDoubleSided
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipageviewcontroller/isdoublesided
---

# isDoubleSided

A Boolean value that indicates whether content appears on the back of pages.

## Declaration

```swift
var isDoubleSided: Bool { get set }
```

## Discussion

Discussion The default value for this property is false. If the back of pages has no content (the value is false), then the content on the front of the page will partially show through to the back when turning pages. If the spine is located in the middle, the value must be true. Setting it to false with the spine located in the middle raises an exception.

## See Also

### Display Options

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