TKUITripBoyView

public class TKUITripBoyView : UIView

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public weak var actionButton: UIButton!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public weak var retryButton: UIButton!
  • Undocumented

    Declaration

    Swift

    public static func newInstance() -> TKUITripBoyView
  • Undocumented

    Declaration

    Swift

    public func configure(title: String?, description: String?, actionTitle: String?, isHappy: Bool, allowRetry: Bool)
  • Undocumented

    Declaration

    Swift

    public static func clear(from view: UIView)
  • Undocumented

    Declaration

    Swift

    public static func addTopPadding(_ padding: CGFloat, from parent: UIView)
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public static func show(error: Error, title: String? = nil, in view: UIView, aboveSubview: UIView? = nil, topPadding: CGFloat = 0, actionTitle: String? = nil) -> TKUITripBoyView