PSPDFBackForwardButton

Objective-C


@interface PSPDFBackForwardButton : PSPDFStyleButton <PSPDFOverridable>

Swift

class BackForwardButton : StyleButton, Overridable

Back and forward buttons, used for the action stack navigation.

  • Returns a button pre-configured for the back button style.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) PSPDFBackForwardButton *_Nonnull backButton;

    Swift

    class var back: BackForwardButton { get }
  • Returns a button pre-configured for the forward button style.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) PSPDFBackForwardButton *_Nonnull forwardButton;

    Swift

    class var forwardButton: BackForwardButton { get }