BaseUITableView
open class BaseUITableView: UITableView, BaseView
BaseUITableView is a subclass of UITableView and implements BaseView. It has some extra proporties and support for SyncEngine.
-
Flag for whether to resize the values for iPad.
Declaration
Swift
@IBInspectable open var sizeForIPad:Bool = false; -
Background color key from Sync Engine.
Declaration
Swift
@IBInspectable open var bgColorStyle:String? = nil -
Undocumented
Declaration
Swift
open class BaseUITableView: UITableView, BaseView
-
Overridden method to setup/ initialize components.
Declaration
Swift
override open func awakeFromNib() -
Overridden methed to update layout.
Declaration
Swift
override open func layoutSubviews()
View on GitHub
BaseUITableView Class Reference