Foxit PDF SDK
9.1
|
The gesture event listener. More...
Instance Methods | |
(BOOL) | - onDoubleTap: |
Triggered on the double tap gesture. More... | |
(BOOL) | - onLongPress: |
Triggered on long press gesture. More... | |
(BOOL) | - onPageGestureRecognizer:gestureRecognizer:shouldReceiveTouch: |
Called before touchesBegan:withEvent: is called on the gesture recognizer for a new touch. return NO to prevent the gesture recognizer from seeing this touch. More... | |
(BOOL) | - onPan: |
Triggered on the pan gesture. More... | |
(BOOL) | - onShouldBegin: |
Triggered when a gesture recognizer attempts to transition out of UIGestureRecognizerStatePossible. More... | |
(BOOL) | - onTap: |
Triggered on the tap gesture. More... | |
The gesture event listener.
|
optional |
Triggered on the double tap gesture.
[in] | gestureRecognizer | The gesture recognizer. |
|
optional |
Triggered on long press gesture.
[in] | gestureRecognizer | The gesture recognizer. |
|
optional |
Called before touchesBegan:withEvent: is called on the gesture recognizer for a new touch. return NO to prevent the gesture recognizer from seeing this touch.
[in] | gestureRecognizer | The gesture recognizer. |
[in] | touch | A UITouch object represent touches event on the screen. |
|
optional |
Triggered on the pan gesture.
[in] | gestureRecognizer | The gesture recognizer. |
|
optional |
Triggered when a gesture recognizer attempts to transition out of UIGestureRecognizerStatePossible.
[in] | gestureRecognizer | The gesture recognizer. |
|
optional |
Triggered on the tap gesture.
[in] | gestureRecognizer | The gesture recognizer. |