RSDImageThemeElement
public protocol RSDImageThemeElement : RSDUIThemeElement
RSDImageThemeElement
extends the UI step to include an image.
-
A unique identifier for the image element. This can be used to check if a dequeued cell has changed the image loader.
Declaration
Swift
var identifier: String
-
The preferred placement of the image. Default placement is
iconBefore
if undefined.Declaration
Swift
var placementType: RSDImagePlacementType?
-
The image size. If undefined then default sizing will be used.
Declaration
Swift
var size: CGSize?