Contents

maximumZoomScale

A floating-point value that specifies the maximum scale factor that can apply to the scroll view’s content.

Declaration

var maximumZoomScale: CGFloat { get set }

Discussion

This value determines how large the content can be scaled. It must be greater than the minimum zoom scale for zooming to be enabled. The default value is 1.0.

See Also

Zooming and panning