RSDModalStepTableItem

open class RSDModalStepTableItem : RSDTableItem

RSDModalStepTableItem is used to represent a item row that, when selected, should display a step view controller.

  • The action to link to the selection cell or button.

    Declaration

    Swift

    public let action: RSDUIAction?
  • Initialize a new RSDTextTableItem. parameters: - identifier: The cell identifier. - rowIndex: The index of this item relative to all rows in the section in which this item resides. - reuseIdentifier: The string to use as the reuse identifier. - action: The action to link to the selection cell or button.

    Declaration

    Swift

    public init(identifier: String, rowIndex: Int, reuseIdentifier: String, action: RSDUIAction? = nil)