GeneralUITableViewCell
class GeneralUITableViewCell: UITableViewCell
This type was created to ensure that all of the UITableViewCell objects are created consistently. This class allows the developer to easily apply a ‘theme’ across all of the GeneralUITableViewCell objects
-
Customize appearance of the
UITableViewCellobject when this function is called. The theme enforces the backgroundColor to be consistent among allGeneralUITableViewCellobjects.Declaration
Swift
override func awakeFromNib()
View on GitHub
GeneralUITableViewCell Class Reference