leftBarButtonItems property

List<String>? leftBarButtonItems
final

Custom bar button items for the left side of the navigation bar.

Each string must be a valid PSPDFKit bar button item identifier as defined in the Nutrient iOS SDK. Common identifiers include:

  • 'closeButtonItem' — a standard close/dismiss button
  • 'backButtonItem' — a back-navigation button
  • 'brightnessButtonItem' — a brightness control button

The list replaces the SDK's default left bar button configuration. Pass an empty list to remove all left buttons.

Maps to PSPDFViewController.navigationItem.leftBarButtonItems.

See also:

Implementation

final List<String>? leftBarButtonItems;