---
title: gestureRecognizers
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipageviewcontroller/gesturerecognizers
---

# gestureRecognizers

An array of UIGestureRecognizer objects that are configured to handle user interaction.

## Declaration

```swift
var gestureRecognizers: [UIGestureRecognizer] { get }
```

## Discussion

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.

## See Also

### Providing Content

- [setViewControllers(_:direction:animated:completion:)](uikit/uipageviewcontroller/setviewcontrollers(_:direction:animated:completion:).md)
- [UIPageViewController.NavigationDirection](uikit/uipageviewcontroller/navigationdirection.md)
- [viewControllers](uikit/uipageviewcontroller/viewcontrollers.md)
