How to detect Keyboard "PAGE UP" key pressed in iOS 8?

I want to detect whenever the user presses "page up" or "page down" key. I used UITextView and [UIKeyCommand keyCommandWithInput: modifierFlags: action:], and it worked on iOS 7. [UIKeyCommand