RSDImageViewCell
@IBDesignable
open class RSDImageViewCell : RSDTableViewCell
RSDImageViewCell can be used to display images amongst the table cells.
-
The image view to load into.
Declaration
Swift
@IBOutlet public var iconView: UIImageView! -
Set the label text.
Declaration
Swift
override open var tableItem: RSDTableItem! { get set } -
Set the image loader for this cell. This will automatically load the image or animation.
Declaration
Swift
public var imageLoader: RSDImageThemeElement? { get set } -
Declaration
Swift
override open func setDesignSystem(_ designSystem: RSDDesignSystem, with background: RSDColorTile)
View on GitHub
RSDImageViewCell Class Reference