BaseControl
open class BaseControl : UIControl, ViewPreparable
Base UIControl 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()
View on GitHub
BaseControl Class Reference