Foxit PDF SDK
9.1
|
Device rotation delegate. More...
Instance Methods | |
(void) | - didRotateFromInterfaceOrientation: |
Triggered after rotation is done. More... | |
(void) | - willAnimateRotationToInterfaceOrientation:duration: |
Triggered when animated rotation begins. More... | |
(void) | - willRotateToInterfaceOrientation:duration: |
Triggered when rotation begins. More... | |
Device rotation delegate.
|
optional |
Triggered after rotation is done.
[in] | fromInterfaceOrientation | The UI interface orientation. |
|
optional |
Triggered when animated rotation begins.
[in] | toInterfaceOrientation | The UI interface orientation. |
[in] | duration | The Time duration. |
|
optional |
Triggered when rotation begins.
[in] | toInterfaceOrientation | The UI interface orientation. |
[in] | duration | The Time duration. |