NotificationBannerView

public class NotificationBannerView : UIView

Undocumented

  • Undocumented

    Declaration

    Swift

    public var dismissHandler: (() -> Void)?
  • Undocumented

    Declaration

    Swift

    public var showsCloseImage: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public var text: String! { get set }
  • Undocumented

    Declaration

    Swift

    public var font: UIFont! { get set }
  • Undocumented

    Declaration

    Swift

    public var textColor: UIColor! { get set }
  • Undocumented

    Declaration

    Swift

    public var bgColor: UIColor! { get set }
  • Undocumented

    Declaration

    Swift

    public var closeImage: UIImage! { get set }
  • Undocumented

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
  • Undocumented

    Declaration

    Swift

    public func show(message: String,
                     in vc: UIViewController,
                     animated: Bool = true,
                     completion: @escaping (Bool)->Void = { _  in  })
  • Undocumented

    Declaration

    Swift

    public func showView(message: String,
                      in vc: UIView,
                      animated: Bool = true,
                      completion: @escaping (Bool)->Void = { _  in  })
  • Undocumented

    Declaration

    Swift

    @objc
    public func close()
  • Undocumented

    Declaration

    Swift

    public func dismiss(animated: Bool)