Contents

isPagingEnabled

A Boolean value that determines whether paging is enabled for the scroll view.

Declaration

var isPagingEnabled: Bool { get set }

Discussion

If the value of this property is true, the scroll view stops on multiples of the scroll view’s bounds when the user scrolls. The default value is false.

See Also

Configuring the scroll view