CommonImages
public struct CommonImages : ImagesThemeProtocol
Default images theme.
Important
This is a Public Preview API. It may be changed or removed at any time.Icon for navigating back.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var backIcon: UIImage
Icon for an active checkbox.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var checkboxActive: UIImage
Icon for an idle checkbox.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var checkboxIdle: UIImage
Icon for a check mark.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var checkMarkIcon: UIImage
Icon for closing an item.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var closeIcon: UIImage
Icon for deleting an item.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var deleteIcon: UIImage
Icon indicating an error.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var errorIcon: UIImage
Initializes a new instance of CommonImages
.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init()
Icon for opening a menu.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var menuIcon: UIImage
Icon for a spinner or loading indicator.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var spinnerIcon: UIImage