RSDTextLabelCell
@IBDesignable
open class RSDTextLabelCell : RSDTableViewCell
RSDTextLabelCell
can be used to display a text element such as a footnote in a table.
-
The label used to display text using this cell.
Declaration
Swift
@IBOutlet public var label: UILabel!
-
Set the label text.
Declaration
Swift
override open var tableItem: RSDTableItem! { get set }
-
Declaration
Swift
override open func setDesignSystem(_ designSystem: RSDDesignSystem, with background: RSDColorTile)