#import <ReflowableViewController.h>
ReflowableViewControllerDelegate is the protocol containing functions which should be implemented to handle the events from ReflowableViewController.
called when playing all parallels finished
called when new chapter is loaded
called when double tap is detected
- Parameters
-
| position | CGPoint object at double tap position |
called when single tap is detected
- Parameters
-
| position | CGPoint object at tap position |
called when global pagination for all chapters is finished
called when all search process is finihsed
- Parameters
-
called when search process for one chapter is finished
- Parameters
-
| - (void) reflowableViewController: |
|
(ReflowableViewController *) |
rvc |
| didHitHighlight: |
|
(Highlight *) |
highlight |
| atPosition: |
|
(CGPoint) |
position |
| startRect: |
|
(CGRect) |
startRect |
| endRect: |
|
(CGRect) |
endRect |
|
|
| |
|
optional |
called when highlight is hit by tap gesture.
- Parameters
-
| highlight | Highlight object hit by tap gesture. |
| position | CGPoint at tap position |
called when image is hit by tap gesture.
- Parameters
-
| urlString | the image source hit by tap |
called when link is hit by tap gesture.
- Parameters
-
| urlString | the link address hit by tap |
called when link for ItemRef which has linear='no' is hit by tap gesture.
- Parameters
-
| urlString | the link address hit by tap |
called when paginating one chapter is over.
called when the key is found.
- Parameters
-
called when text selection is cancelled
called when seletected text is changed
called when text selection is finished.
- Parameters
-
| highlight | Highlight object |
| startRect | CGRect for the first line range of selection area. |
| endRect | CGRect for the last line range of selection area |
called when global pagination for all chapters is started
called when user tries to go to the previous page at the first of book or to go to the next page at the last of book.
called when page is moved to or chapter is loaded at first time.
- Parameters
-
called when playing one parallel finished
called when playing one parallel started
The documentation for this protocol was generated from the following file: