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
iconBefore
if undefined.Declaration
Swift
var placementType: RSDImagePlacementType? { get }
-
The image size. If
.zero
then default sizing will be used.Declaration
Swift
var size: CGSize { get }