Contents

bouncesZoom

A Boolean value that controls whether the scroll view animates the content scaling when the scaling exceeds the maximum or minimum limits.

Declaration

final var bouncesZoom: Bool { get set }

Discussion

When enabled, a person can zoom past the minimum or maximum scale while gesturing, and the scale animates to the minimum or maximum value when the gesture ends. Default is true.

See Also

Configuring bouncing behavior