Instance Property
maximum Zoom Scale A floating-point value that specifies the maximum scale factor that can be applied to the scroll view's content.
SDKs
iOS 2.0+ Mac Catalyst 13.0+ tvOS 9.0+ 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 var zoom Scale : CGFloat
A floating-point value that specifies the current scale factor applied to the scroll view's content.
var is Zoom Bouncing : Bool
A Boolean value that indicates that zooming has exceeded the scaling limits specified for the receiver.
var is Zooming : Bool
A Boolean value that indicates whether the content view is currently zooming in or out.
var bounces Zoom : Bool
A Boolean value that determines whether the scroll view animates the content scaling when the scaling exceeds the maximum or minimum limits.