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
See moreRSDTableItem
subclasses includes optional support for all standardRSDFormUIHint
values.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]