RSDTableItem

open class RSDTableItem

RSDTableItem can be used to represent the type of the row to display.

  • The index of this item relative to all rows in the section in which this item resides.

    Declaration

    Swift

    public let rowIndex: Int
  • The string to use as the reuse identifier.

    Declaration

    Swift

    public let reuseIdentifier: String
  • Initialize a new RSDTableItem.

    Declaration

    Swift

    public init(rowIndex: Int, reuseIdentifier: String)

    Parameters

    rowIndex

    The index of this item relative to all rows in the section in which this item resides.

  • The ReuseIdentifier is a list of reuse identifiers used by this framework to register table cells in a table.

    In addition to the values listed here, the default behavior for the RSDTableItem subclasses includes optional support for all standard RSDFormUIHint values.

    See more

    Declaration

    Swift

    public enum ReuseIdentifier : String, Codable
  • A list of all the RSDTableItem.reuseIdentifier values that are standard to this framework.

    Declaration

    Swift

    public static var allStandardReuseIdentifiers: [String]