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
UILabelobject when this function is called. The theme enforces the text color and font. This will ensure that allGeneralUILabelobjects will have the same appearance.Declaration
Swift
override func awakeFromNib()
View on GitHub
GeneralUILabel Class Reference