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
sectionThe section that changed.
View on GitHub
RSDFormStepDataSourceDelegate Protocol Reference