DefaultToolbarItem

@available(iOS 9.0, *)
@objcMembers
@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: Label { get set }
  • The default discard button on the leading side.

    Declaration

    Swift

    open lazy var discardButton: ToolbarButton { get set }
  • The default apply button on the trailing side.

    Declaration

    Swift

    open lazy var applyButton: ToolbarButton { get set }