UZEndscreenView

open class UZEndscreenView: UIView

Undocumented

  • Undocumented

    Declaration

    Swift

    public let blurView = UIVisualEffectView(effect: UIBlurEffect(style: .light))
  • Undocumented

    Declaration

    Swift

    public let titleLabel = UILabel()
  • Undocumented

    Declaration

    Swift

    public let replayButton = NKButton()
  • Undocumented

    Declaration

    Swift

    public let shareButton = NKButton()
  • Undocumented

    Declaration

    Swift

    public fileprivate(set)var frameLayout: StackFrameLayout?
  • Undocumented

    Declaration

    Swift

    open var allButtons: [UIButton]!
  • Undocumented

    Declaration

    Swift

    open var title: String?
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    open func setupUI()
  • Undocumented

    Declaration

    Swift

    override open func layoutSubviews()