RSDIconInfo
public struct RSDIconInfo : Codable
The icon info is a simple image holder that also contains a title and subtitle for the image.
-
Title for the image.
Declaration
Swift
public let title: String -
Subtitle for the image.
Declaration
Swift
public let subtitle: String? -
The icon for this info object.
Declaration
Swift
public let icon: RSDImageWrapper?
View on GitHub
RSDIconInfo Structure Reference