CommonImages
public struct CommonImages : ImagesThemeProtocol
Default images theme.
Important
This is a Public Preview API. It may be changed or removed at any time.-
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 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 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 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 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 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 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 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 -
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
TomTom SDK for iOS (0.66.0)
CommonImages