BaseView
class BaseView : UIView
A utility class derived from UIView for all UIView cells
-
init
Declaration
Swift
override init(frame: CGRect)
-
A starting point for all classes that use
BaseView
as the base class.Declaration
Swift
func setupView()
-
Required for UIView
Declaration
Swift
required init?(coder aDecoder: NSCoder)