PSPDFPageGrabberController
Objective-C
@interface PSPDFPageGrabberController : NSObject
Swift
class PageGrabberController : NSObject
The page grabber controller is used to configure the state of the page grabber. It is the owner of the associated page grabber and is responsible for laying it out inside the presentation context as well as handling whether it is enabled or not.
Note
You should not initialize an instance of this class yourself. Instead you should ask an instance ofPDFViewController
for a fully configured instance.
-
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
-
The page grabber added to the screen that processes touch inputs and shows a representation of the current position.
Declaration
Objective-C
@property (nonatomic, readonly) PSPDFPageGrabber *_Nonnull pageGrabber;
Swift
var pageGrabber: PSPDFPageGrabber { get }