Foxit PDF SDK
9.1
|
The UI extensions manager. More...
Instance Methods | |
(BOOL) | - shouldDrawAnnot: |
Whether the view control should draw this annotation or not. More... | |
![]() | |
(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... | |
![]() | |
(void) | - onDraw:inContext: |
Triggered when drawing on a specified page. More... | |
![]() | |
(BOOL) | - onTouchesBegan:withEvent: |
Triggered when the touches began. More... | |
(BOOL) | - onTouchesCancelled:withEvent: |
Triggered when the touches has been canceled. More... | |
(BOOL) | - onTouchesEnded:withEvent: |
Triggered when the touches has ended. More... | |
(BOOL) | - onTouchesMoved:withEvent: |
Triggered when the touches has moved. More... | |
The UI extensions manager.
|
optional |
Whether the view control should draw this annotation or not.
[in] | annot | An annotation object. |