The maximum number of fingers that can be touching the view for this gesture to be recognized.
SDKs
- iOS 3.2+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
var maximumNumberOfTouches: Int { get set }
Discussion
The default value is NSUInteger
.
The maximum number of fingers that can be touching the view for this gesture to be recognized.
SDKs
Framework
var maximumNumberOfTouches: Int { get set }
The default value is NSUInteger
.
var minimum Number Of Touches: Int
The minimum number of fingers that can be touching the view for this gesture to be recognized.