RSDTableStep
public protocol RSDTableStep : RSDUIStep
RSDTableStep is a UI step that can be displayed using a UITableView.
-
Instantiate an instance of the data source with the data source mapping to the included list of supported ui hints.
Declaration
Swift
func instantiateDataSource(with parent: RSDPathComponent?, for supportedHints: Set<RSDFormUIHint>) -> RSDTableDataSource?Parameters
parentThe taskViewModel for this table view controller.
supportedHintsThe ui hints that are supported by the calling table view controller.
Return Value
A table data source that maps to the supported hints, or
nilif it is not compatible.
View on GitHub
RSDTableStep Protocol Reference