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
parent
The taskViewModel for this table view controller.
supportedHints
The ui hints that are supported by the calling table view controller.
Return Value
A table data source that maps to the supported hints, or
nil
if it is not compatible.