---
title: UIPress.PressType.pageDown
framework: uikit
role: symbol
role_heading: Case
path: uikit/uipress/presstype/pagedown
---

# UIPress.PressType.pageDown

A constant that represents the page down button.

## Declaration

```swift
case pageDown
```

## Discussion

Discussion Add gesture recognizers for UIPress.PressType.pageDown and UIPress.PressType.pageUp to navigate content in your app. In an electronic program guide, select the item below the current one in response to UIPress.PressType.downArrow, and display the next screen of items in response to UIPress.PressType.pageDown. While your content plays, change the channel when your app receives UIPress.PressType.pageUp or UIPress.PressType.pageDown. For more details on browsing multichannel content, see Providing Channel Navigation.

## See Also

### Navigation

- [UIPress.PressType.upArrow](uikit/uipress/presstype/uparrow.md)
- [UIPress.PressType.downArrow](uikit/uipress/presstype/downarrow.md)
- [UIPress.PressType.leftArrow](uikit/uipress/presstype/leftarrow.md)
- [UIPress.PressType.rightArrow](uikit/uipress/presstype/rightarrow.md)
- [UIPress.PressType.pageUp](uikit/uipress/presstype/pageup.md)
