Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanath-ss/d5194fed5db6baed103c018c4f557b13 to your computer and use it in GitHub Desktop.
Save hemanath-ss/d5194fed5db6baed103c018c4f557b13 to your computer and use it in GitHub Desktop.
Survey Sparrow iOS SDK - SDK integration - Add custom params to survey

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment