PSPDFPresentationHalfModalStyle

Objective-C

enum PSPDFPresentationHalfModalStyle : NSUInteger {}

Swift

@frozen enum PresentationHalfModalStyle : UInt, @unchecked Sendable

The user interface style for the contents when presenting in a half-modal or a popover.

  • Content is displayed in the form of cards with a translucent navigation bar. This is the default value.

    Declaration

    Objective-C

    PSPDFPresentationHalfModalStyleCard

    Swift

    case card = 0
  • Content is displayed edge to edge with a default navigation bar.

    Declaration

    Objective-C

    PSPDFPresentationHalfModalStyleSystem

    Swift

    case system = 1