UIFont
extension UIFont
GeneralUIFont.swift is an extension on the UIFont class that defines different fonts to use in specific scenarios. This ensures consistency among GeneralUILabel objects, GeneralUITextField objects, and UIButton objects.
-
This is the default font that is used by
GeneralUIButtonobjects.Declaration
Swift
public class var BUTTON: UIFont -
This is the default font that is used by
GeneralUILabelobjects.Declaration
Swift
public class var LABEL: UIFont -
This is the default font that is used by
GeneralUITextFieldobjects.Declaration
Swift
public class var TEXTFIELD: UIFont -
This is the font that is used by text that appears under the logo on the
InitialViewControllerDeclaration
Swift
public class var LOGO: UIFont -
This is the font that is used by
NoiseMeterViewControllerto display the Noise Level in decibels.Declaration
Swift
public class var LARGE: UIFont -
This is the font that is used by
NoiseMeterViewControllerto caption the different colors in the Noise Meter.Declaration
Swift
public class var CAPTION: UIFont -
This is the font that is used by
EqualizerViewControllerto display the different band frequencies.Declaration
Swift
public class var EQUALIZER: UIFont
View on GitHub
UIFont Extension Reference