BaseView

open class BaseView : UIView, ViewPreparable

Base UIView class

  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Override this method to provide custom UI setup

    Declaration

    Swift

    open func prepareView()