RSDImageThemeElementType
public struct RSDImageThemeElementType : RSDFactoryTypeRepresentable, Codable, Equatable, Hashable
The type of the image theme. This is used to decode a RSDImageThemeElement using a RSDFactory. It can also be used
to customize the UI.
-
Declaration
Swift
public let rawValue: String -
Declaration
Swift
public init(rawValue: String) -
Defaults to creating a
RSDFetchableImageThemeElementObject.Declaration
Swift
public static let fetchable: RSDImageThemeElementType -
Defaults to creating a
RSDAnimatedImageThemeElementObject.Declaration
Swift
public static let animated: RSDImageThemeElementType
-
Declaration
Swift
public init(stringLiteral value: String)
View on GitHub
RSDImageThemeElementType Structure Reference