StyleIcons
public struct StyleIcons
This represents the current values of the icons. Use the Style object to
get them. This object intentionally has no public initializer
-
Get icons
Declaration
Swift
public subscript(kind: StyleIconKind) -> UIImage { get }Parameters
kindwhich icon you want to get
View on GitHub
StyleIcons Structure Reference