maximumZoomScale property

double maximumZoomScale
getter/setter pair

A floating-point value that specifies the maximum scale factor that can be applied to the scroll view's content. 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.

Implementation

double maximumZoomScale;