Add custom params to a SsSurveyViewController
Use the created SsSurveyViewController and set params
var params = [String: String]()
params["email"] = "someone@email.com";
ssSurveyViewController.params = params;SsSurveyViewControllerUse the created SsSurveyViewController and set params
var params = [String: String]()
params["email"] = "someone@email.com";
ssSurveyViewController.params = params;