RSDTableViewCell

@IBDesignable
open class RSDTableViewCell : RSDDesignableTableViewCell

RSDTableViewCell is used to display a table cell that is linked to a RSDTableItem.

  • The index path of the cell.

    Declaration

    Swift

    public var indexPath: IndexPath!
  • The table item associated with this cell.

    Declaration

    Swift

    open var tableItem: RSDTableItem!