gestureRecognizers
An array of Uigesturerecognizer objects that are configured to handle user interaction.
Declaration
var gestureRecognizers: [UIGestureRecognizer] { get }Discussion
These gesture recognizers are initially attached to a view in the page view controller’s hierarchy. To change the region of the screen in which the user can navigate using gestures, they can be placed on another view.