allowedTouchTypes
An array of touch types used to distinguish type of touches.
Declaration
var allowedTouchTypes: [NSNumber] { get set }Discussion
This property is an array of touch types that recognizes whether the touch is direct or indirect. For a list of all possible touch types, see UITouch.TouchType enumeration in UITouch. The default value of this property contains all touch types.