StyleColors
public struct StyleColors
This represents the current values of the colors. Use the Style object to
get them. This object intentionally has no public initializer
-
Get colors
Declaration
Swift
public subscript(kind: StyleColorKind) -> UIColor { get }Parameters
kindwhich color concept you want to get
View on GitHub
StyleColors Structure Reference