Scale
public protocol Scale
Scale represents small set of scale sizes.
-
small
Default implementationsmall.
Default Implementation
Declaration
Swift
static var small: CGFloat { get }
-
medium
Default implementationmedium.
Default Implementation
Declaration
Swift
static var medium: CGFloat { get }
-
large
Default implementationlarge.
Default Implementation
Declaration
Swift
static var large: CGFloat { get }