UIFont(CustomFont)

Undocumented

  • @abstract Returns the FontAwesome iconic font.

    Declaration

    Objective-C

    + (UIFont *)customFontOfSize:(CGFloat)size;

    Swift

    class func customFont(ofSize size: CGFloat) -> UIFont!