Foxit PDF SDK  9.1
<IRotationEventListener> Protocol Reference

Device rotation delegate. More...

Inheritance diagram for <IRotationEventListener>:
FSPDFViewCtrl UIExtensionsManager

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...
 

Detailed Description

Device rotation delegate.

Method Documentation

◆ didRotateFromInterfaceOrientation:

- (void) didRotateFromInterfaceOrientation: (UIInterfaceOrientation)  fromInterfaceOrientation
optional

Triggered after rotation is done.

Parameters
[in]fromInterfaceOrientationThe UI interface orientation.

◆ willAnimateRotationToInterfaceOrientation:duration:

- (void) willAnimateRotationToInterfaceOrientation: (UIInterfaceOrientation)  toInterfaceOrientation
duration: (NSTimeInterval)  duration 
optional

Triggered when animated rotation begins.

Parameters
[in]toInterfaceOrientationThe UI interface orientation.
[in]durationThe Time duration.

◆ willRotateToInterfaceOrientation:duration:

- (void) willRotateToInterfaceOrientation: (UIInterfaceOrientation)  toInterfaceOrientation
duration: (NSTimeInterval)  duration 
optional

Triggered when rotation begins.

Parameters
[in]toInterfaceOrientationThe UI interface orientation.
[in]durationThe Time duration.