RSDImageThemeElement
public protocol RSDImageThemeElement : RSDUIThemeElement
RSDImageThemeElement extends the UI step to include an image.
-
A unique identifier that can be used to validate that the image shown in a reusable view is the same image as the one fetched.
Declaration
Swift
var imageIdentifier: String { get } -
The preferred placement of the image. Default placement is
iconBeforeif undefined.Declaration
Swift
var placementType: RSDImagePlacementType? { get } -
The image size. If
.zerothen default sizing will be used.Declaration
Swift
var size: CGSize { get }
View on GitHub
RSDImageThemeElement Protocol Reference