PSPDFAnnotationGridViewController

Objective-C


@interface PSPDFAnnotationGridViewController
    : PSPDFBaseViewController <PSPDFStyleable>

Swift

class AnnotationGridViewController : PDFBaseViewController, Styleable

Shows a grid of annotations.

This is the superclass of PSPDFStampViewController and PSPDFSavedAnnotationsViewController and is not intended to be used directly.

  • To make custom buttons.

    Declaration

    Objective-C

    - (void)close:(nullable id)sender;

    Swift

    func close(_ sender: Any?)
  • Customize cell configuration.

    Declaration

    Objective-C

    - (void)configureCell:(nonnull PSPDFAnnotationSetCell *)annotationSetCell
             forIndexPath:(nonnull NSIndexPath *)indexPath;

    Swift

    func configureCell(_ annotationSetCell: PSPDFAnnotationSetCell, for indexPath: IndexPath)
  • Trigger popover size recalculation.

    Declaration

    Objective-C

    - (void)updatePopoverSize;

    Swift

    func updatePopoverSize()