Enumerations

The following enumerations are available globally.

  • Available styles for the popup bar.

    Use the most appropriate style for the current operating system version. Uses prominent style for iOS 10 and above, otherwise compact.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupBarStyle : Int
  • Available styles for the progress view.

    Use the most appropriate style for the current operating system version. Uses none for iOS 10 and above, otherwise bottom.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupBarProgressViewStyle : Int
  • Available styles for the border view.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupBarBorderViewStyle : Int
  • Available styles for the popup close button.

    Use the most appropriate close button style for the current operating system version. Uses chevron button style for iOS 10 and above, otherwise round button.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupCloseButtonStyle : Int
  • Available states of PBPopupController.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupPresentationState : Int
  • Available popup content view presentation styles.

    Use the most appropriate style for the current operating system version. Uses fullScreen for iOS 9 and above, otherwise deck.

    See more

    Declaration

    Swift

    @objc
    public enum PBPopupPresentationStyle : Int