UIFont

public extension UIFont

The UIFont extension

  • To register UIFont

    Declaration

    Swift

    static func register(_ fileName: String, type: String)

    Parameters

    fileName

    String

    type

    String

  • Indicates if current preferred content size category belongs to large or not

    Declaration

    Swift

    static var isLargeSizeCategory: Bool { get }