The gesture recognizers that are receiving the touch object.
SDKs
- iOS 3.2+
- tvOS 9.0+
Framework
- UIKit
Declaration
var gestureRecognizers: [UIGesture Recognizer]? { get }
Discussion
The objects in the array are instances of a subclass of the abstract base class UIGesture
. If there are no gesture recognizers currently receiving the touch, this property contains an empty array.