Classes

The following classes are available globally.

Public Protocols

  • A popup bar presented with a container view controller such as a UITabBarController, a UINavigationController, a UIViewController or a custom container view controller. The user can swipe or tap the popup bar at any point to present the popup content view controller. After presenting, the user dismisses the popup content view controller by either swiping or tapping an optional popup close button. The contents of the popup bar is built dynamically using its own properties. The popup bar may be a custom one if PBPopupBar.customPopupBarViewController is set.

    See more

    Declaration

    Swift

    @objc
    public class PBPopupBar : UIView
  • A button added to the content’s view when the popup content view controller is presented. The user can dismiss the popup content view controller by either swiping or tapping this popup close button.

    See more

    Declaration

    Swift

    @objc
    public class PBPopupCloseButton : UIButton
  • The view where is embedded the popupContentViewController’s view for presentation. This view has a optional close button and a visual effect view with an optional effect.

    See more

    Declaration

    Swift

    @objc
    public class PBPopupContentView : UIView
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public class PBPopupController : NSObject, UIGestureRecognizerDelegate
    extension PBPopupController: UIViewControllerTransitioningDelegate
    extension PBPopupController: UIViewControllerPreviewingDelegate
  • A singleton to enable or disable logging to the Apple System Log facility.

    See more

    Declaration

    Swift

    @objc
    public class PBPopupLogs : NSObject
  • A custom view that provide a shadow’s layer arround an image view with a corner radius.

    See more

    Declaration

    Swift

    @objc
    open class PBPopupRoundShadowImageView : UIView
  • Undocumented

    Declaration

    Swift

    public class RoundShadowImageView : PBPopupRoundShadowImageView