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
rowIndexThe index of this item relative to all rows in the section in which this item resides.
-
The
ReuseIdentifieris 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
See moreRSDTableItemsubclasses includes optional support for all standardRSDFormUIHintvalues.Declaration
Swift
public enum ReuseIdentifier : String, Codable -
A list of all the
RSDTableItem.reuseIdentifiervalues that are standard to this framework.Declaration
Swift
public static var allStandardReuseIdentifiers: [String]
View on GitHub
RSDTableItem Class Reference