Hi I have a quiz app that gives you a score in a UILabel after answering each question, so I have a button that when you hit the correct answer you get 10 points and if hit the wrong answer you get 0 points, but how do I bring the int score value to the next question, which is pushed by a navController.
Also if anyone knows a way to just have the last view (ScoreView) of the quiz be updated every time you answer the question that would be better than updating the score on every view