allowsMagnification
A Boolean value that indicates whether the magnify gesture changes the video’s view magnification.
Declaration
var allowsMagnification: Bool { get set }Discussion
The default value is false. This property only affects whether the magnify gesture triggers magnification. Your app can still programmatically change magnification even when the value of this is false, which matches the behavior of NSScrollView.