PSPDFFastScrollContext

Objective-C


@interface PSPDFFastScrollContext : NSObject

Swift

class FastScrollContext : NSObject

An object used as an activation context of PSPDFFastScrollInteraction that contains additional information about the direction of fast scroll.

  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Direction of fast scroll.

    Declaration

    Objective-C

    @property (nonatomic, readonly) PSPDFFastScrollDirection direction;

    Swift

    var direction: FastScrollDirection { get }