Contents

paginationMode

The layout of content in the web view.

Declaration

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 and gapBetweenPages to relayout its content.

See UIWebView.PaginationMode for possible values. The default value is UIWebView.PaginationMode.unpaginated.

See Also

Managing pages