PTReflowSettingsViewControllerDelegate
@protocol PTReflowSettingsViewControllerDelegate <NSObject>
The methods declared by the PTReflowSettingsViewControllerDelegate
protocol allow the adopting class
to respond to messages from the PTReflowSettingsViewController
class.
-
Notifies the delegate that the
PTReflowSettingsViewController
updated its settings.Declaration
Objective-C
- (void)reflowSettingsViewControllerDidUpdateImageOptions: (nonnull PTReflowSettingsViewController *)reflowSettingsViewController;
Swift
optional func reflowSettingsViewControllerDidUpdateImageOptions(_ reflowSettingsViewController: PTReflowSettingsViewController)
-
Notifies the delegate that the
PTReflowSettingsViewController
updated its scrolling direction setting.Declaration
Objective-C
- (void)reflowSettingsViewController:(nonnull PTReflowSettingsViewController *) reflowSettingsViewController didUpdateScrollingDirection: (PTReflowViewControllerScrollingDirection)scrollingDirection;
Swift
optional func reflowSettingsViewController(_ reflowSettingsViewController: PTReflowSettingsViewController, didUpdate scrollingDirection: PTReflowViewControllerScrollingDirection)
-
Notifies the delegate that the
PTReflowSettingsViewController
updated its annotation mode settings.Declaration
Objective-C
- (void)reflowSettingsViewController:(nonnull PTReflowSettingsViewController *) reflowSettingsViewController didSetAnnotationModeEnabled:(BOOL)enabled;
Swift
optional func reflowSettingsViewController(_ reflowSettingsViewController: PTReflowSettingsViewController, didSetAnnotationModeEnabled enabled: Bool)