RSDFormStepDataSourceDelegate
public protocol RSDFormStepDataSourceDelegate: class, NSObjectProtocol
Delegate for the data source.
-
Called when the answers tracked by the data source change.
Declaration
Swift
func answersDidChange(in section: Int)
Parameters
section
The section that changed.