Skip to content

Instantly share code, notes, and snippets.

@simlims
simlims / gist:9e2814bf6e59292e6a18
Last active August 29, 2015 14:22
Swift - Quiz App Review
// **Update Here**
// This is how I have tried to go about giving the user their results.
// So basically what I tried to do was enumerate the question array and pull out all the users answers and the correct answers and // // append them to a new array.
// users answers go to userAnswers
// correct answers go to correctAnswers