Contents

alwaysBounceVertical

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

Declaration

var alwaysBounceVertical: Bool { get set }

Discussion

If the value of this property is true and bouncesVertically is true, the scroll view allows vertical 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