FullScale
public protocol FullScale : Scale
FullScale represents small set of scale sizes.
-
extraSmallDefault implementationextraSmall.
Default Implementation
Declaration
Swift
static var extraSmall: CGFloat { get } -
extraLargeDefault implementationextraLarge.
Default Implementation
Declaration
Swift
static var extraLarge: CGFloat { get } -
extraExtraLargeDefault implementationextraExtraLarge.
Default Implementation
Declaration
Swift
static var extraExtraLarge: CGFloat { get } -
extraExtraExtraLargeDefault implementationextraExtraExtraLarge.
Default Implementation
Declaration
Swift
static var extraExtraExtraLarge: CGFloat { get }
View on GitHub
Install in Dash
FullScale Protocol Reference