#import <FixedViewController.h>
| - (void) fixedViewController: |
|
(FixedViewController *) |
fvc |
| cached: |
|
(int) |
index |
| image: |
|
(UIImage *) |
image |
|
|
| |
|
optional |
called when caching for one page is over.
- Parameters
-
| index | the page index which is cached now. |
| path | the path of cached file. |
called when caching process for pages is finished
- Parameters
-
| index | int the start index where caching process is finished |
called when caching process for pages is started.
- Parameters
-
| index | int the start index where caching process is started |
| - (void) fixedViewController: |
|
(FixedViewController *) |
fvc |
| didDetectDoubleTapAtPositionInView: |
|
(CGPoint) |
positionInView |
| positionInPage: |
|
(CGPoint) |
positionInPage |
|
|
| |
|
optional |
called when double tap is detected
- Parameters
-
| position | CGPoint object at double tap position |
| - (void) fixedViewController: |
|
(FixedViewController *) |
fvc |
| didDetectTapAtPositionInView: |
|
(CGPoint) |
positionInView |
| positionInPage: |
|
(CGPoint) |
positionInPage |
|
|
| |
|
optional |
called when single tap is detected
- Parameters
-
| position | CGPoint object at tap position |
called when all search process is finihsed
- Parameters
-
called when search process for one chapter is finished
- Parameters
-
called when highlight is hit by tap gesture.
- Parameters
-
| highlight | Highlight object hit by tap gesture. |
| position | CGPoint at tap position |
called when the key is found.
- Parameters
-
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 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
called when playing all parallels finished
The documentation for this protocol was generated from the following file: