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 UITableView object when this function is called. The theme enforces the seperatorStyle, estimatedRowHeight, allowsSelection and backgroundColor to be consistent among all GeneralUITableView objects.

    Declaration

    Swift

    override func awakeFromNib()