Contents

alwaysBounceHorizontal

A Boolean value that determines whether bouncing always occurs when horizontal scrolling reaches the end of the content view.

Declaration

var alwaysBounceHorizontal: Bool { get set }

Discussion

If the value of this property is true and bouncesHorizontally is true, the scroll view allows horizontal dragging even if the content is smaller than the bounds of the scroll view. The default value is false.

See Also

Configuring the scroll view