<!--
{
  "availability" : [
    "tvOS: 14.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPress/PressType/pageDown",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPressType@UIPressTypePageDown"
  },
  "title" : "UIPress.PressType.pageDown"
}
-->

# UIPress.PressType.pageDown

A constant that represents the page down button.

```
case pageDown
```

## Discussion

Add gesture recognizers for [`UIPress.PressType.pageDown`](/documentation/UIKit/UIPress/PressType/pageDown) and [`UIPress.PressType.pageUp`](/documentation/UIKit/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`](/documentation/UIKit/UIPress/PressType/downArrow), and display the next screen of items in response to [`UIPress.PressType.pageDown`](/documentation/UIKit/UIPress/PressType/pageDown). While your content plays, change the channel when your app receives [`UIPress.PressType.pageUp`](/documentation/UIKit/UIPress/PressType/pageUp) or [`UIPress.PressType.pageDown`](/documentation/UIKit/UIPress/PressType/pageDown).

For more details on browsing multichannel content, see <doc://com.apple.documentation/documentation/TVServices/providing-channel-navigation>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)