FWFormViewControllerDelegate
public protocol FWFormViewControllerDelegate : AnyObject
Responsible for providing a communication path for the
FWFormViewController
to notify relevant state changes in the form.
-
Declaration
Swift
func didSubmit(_ answers: FWFormSnapshot)