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 UITableViewCell object when this function is called. The theme enforces the backgroundColor to be consistent among all GeneralUITableViewCell objects.

    Declaration

    Swift

    override func awakeFromNib()