UIPress.PressType.pageUp
A constant that represents the page up button.
Declaration
case pageUpDiscussion
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 above the current one in response to UIPress.PressType.upArrow, and display the previous screen of items in response to UIPress.PressType.pageUp. 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.