delaysMagnificationEvents
A Boolean value that indicates whether magnification events are delivered only after gesture recognition fails.
Declaration
var delaysMagnificationEvents: Bool { get set }Discussion
When the value of this property is true, magnification events are delivered to the target view only after gesture recognition fails. Set this property to true to prevent the view from processing events that might be recognized as part of a gesture. Once gesture recognition begins, all types of events are delayed until gesture recognition fails.
The default value of this property is false.