<!--
{
  "availability" : [
    "iOS: 7.0.0 - 12.0.0",
    "iPadOS: 7.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWebView/paginationMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIWebView(py)paginationMode"
  },
  "title" : "paginationMode"
}
-->

# paginationMode

The layout of content in the web view.

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

## 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`](/documentation/UIKit/UIWebView/pageLength) and [`gapBetweenPages`](/documentation/UIKit/UIWebView/gapBetweenPages) to relayout its content.

See [`UIWebView.PaginationMode`](/documentation/UIKit/UIWebView/PaginationMode-swift.enum) for possible values. The default value is [`UIWebView.PaginationMode.unpaginated`](/documentation/UIKit/UIWebView/PaginationMode-swift.enum/unpaginated).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)