RSDImageViewCell
@IBDesignable open class RSDImageViewCell : UITableViewCell
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 image loader for this cell. This will automatically load the image or animation.
Declaration
Swift
public var imageLoader: RSDImageThemeElement?
-
Undocumented
Declaration
Swift
public override init(style: UITableViewCellStyle, reuseIdentifier: String?)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)