---
title: paginationMode
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwebview/paginationmode-swift.property
---

# paginationMode

The layout of content in the web view.

## Declaration

```swift
var paginationMode: UIWebView.PaginationMode { get set }
```

## Discussion

Discussion This property determines whether content in the web view is broken up into pages that fill the view one screen at a time, or shown as one long scrolling view. If set to a paginated form, this property toggles a paginated layout on the content, causing the web view to use the values of pageLength and gapBetweenPages to relayout its content. See UIWebView.PaginationMode for possible values. The default value is UIWebView.PaginationMode.unpaginated.

## See Also

### Managing pages

- [gapBetweenPages](uikit/uiwebview/gapbetweenpages.md)
- [pageCount](uikit/uiwebview/pagecount.md)
- [pageLength](uikit/uiwebview/pagelength.md)
- [paginationBreakingMode](uikit/uiwebview/paginationbreakingmode-swift.property.md)
