UIPress.PressType.pageDown
A constant that represents the page down button.
Declaration
case pageDownDiscussion
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.