Scale

public protocol Scale

Scale represents small set of scale sizes.

  • small Default implementation

    small.

    Default Implementation

    Declaration

    Swift

    static var small: CGFloat { get }
  • medium Default implementation

    medium.

    Default Implementation

    Declaration

    Swift

    static var medium: CGFloat { get }
  • large Default implementation

    large.

    Default Implementation

    Declaration

    Swift

    static var large: CGFloat { get }