GeneralUITableView
class GeneralUITableView: UITableView
This type was created to ensure that all of the UITableView objects are created consistently. This class allows the developer to easily apply a ‘theme’ across all of the GeneralUITableView objects
-
Customize appearance of the
UITableViewobject when this function is called. The theme enforces the seperatorStyle, estimatedRowHeight, allowsSelection and backgroundColor to be consistent among allGeneralUITableViewobjects.Declaration
Swift
override func awakeFromNib()
View on GitHub
GeneralUITableView Class Reference