Contents

allowsMagnification

Allows the user to magnify the scroll view.

Declaration

var allowsMagnification: Bool { get set }

Discussion

This property does not prevent the developer from manually adjusting the magnification value. If magnification exceeds either the maximum or minimum limits for magnification, and allowsMagnification is true, the scroll view temporarily animates the content magnification just past those limits before returning to them. The default value is false.

See Also

Zooming the Scroll View