isExclusiveTouch
A Boolean value that indicates whether the receiver handles touch events exclusively.
Declaration
var isExclusiveTouch: Bool { get set }Discussion
Setting this property to true causes the receiver to block the delivery of touch events to other views in the same window. The default value of this property is false.