RSDTextTableItem

public final class RSDTextTableItem : RSDTableItem

RSDTextTableItem is used to represent a item row that has static text.

  • The text to display.

    Declaration

    Swift

    public let text: String
  • Initialize a new RSDTextTableItem. parameters: - rowIndex: The index of this item relative to all rows in the section in which this item resides. - text: The text to display.

    Declaration

    Swift

    public init(rowIndex: Int, text: String)