DefaultToolbarItem

@objc(PESDKDefaultToolbarItem) open class DefaultToolbarItem: ToolbarItem

A DefaultToolbarItem is a toolbar item with a label in the center and a default discard button on the left and apply button on the right. It is used in most tool controllers.

  • The title label of the item.

    Declaration

    Swift

    open lazy var titleLabel: UILabel =
  • The default discard button on the left.

    Declaration

    Swift

    open lazy var discardButton: ToolbarButton =
  • The default apply button on the right.

    Declaration

    Swift

    open lazy var applyButton: ToolbarButton =