GeneralUILabel

class GeneralUILabel: UILabel

This type was created to ensure that all of the UILabel objects are created consistently. This class allows the developer to easily apply a ‘theme’ across all of the GeneralUILabel objects

  • Customize appearance of the UILabel object when this function is called. The theme enforces the text color and font. This will ensure that all GeneralUILabel objects will have the same appearance.

    Declaration

    Swift

    override func awakeFromNib()