RSDTextLabelCell
@IBDesignable open class RSDTextLabelCell : UITableViewCell
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!
-
Undocumented
Declaration
Swift
public override init(style: UITableViewCellStyle, reuseIdentifier: String?)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
open override func awakeFromNib()