Protocols

The following protocols are available globally.

Public Protocols

  • The data source providing custom labels instances to the popup bar so they can be used instead of the default provided ones.

    See more

    Declaration

    Swift

    @objc
    public protocol PBPopupBarDataSource : NSObjectProtocol
  • A set of methods used by the delegate to respond, with a preview view controller and a commit view controller, to the user pressing the popup bar object on the screen of a device that supports 3D Touch.

    See more

    Declaration

    Swift

    @objc
    public protocol PBPopupBarPreviewingDelegate : NSObjectProtocol
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public protocol PBPopupControllerDataSource : NSObjectProtocol
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public protocol PBPopupControllerDelegate : NSObjectProtocol