gestureRecognizers
The gesture recognize objects currently attached to the view.
Declaration
var gestureRecognizers: [NSGestureRecognizer] { get set }Discussion
The objects in the array are concrete implementations of the NSGestureRecognizer class. If the view has no attached gesture recognizers, the array is empty.