gestureRecognizers
The gesture recognizers that are receiving the press.
Declaration
var gestureRecognizers: [UIGestureRecognizer]? { get }Discussion
The objects held in this array are instances of a subclass of the abstract base class, UIGestureRecognizer. If there are no gesture recognizers currently receiving the touch objects, this property holds an empty array.