Angela Yu Course Part 9 (up to lesson 103)
So the plan is to complete this app today - the Quizzler! Like I've said before, this template could easily be adapted. Once it's done, I could use it for F1 questions, GoT...anything! So being able to understand each step, as well as the object oriented programming being clarified, there have been lots of positives. Here we go! Init the First Question let f irstQuestion = allQuestions . list [ 0] I figured out that this must be the 0 index with that format. Makes sense! uestionLabel . text = firstQuestion. questionText Having the class makes a huge difference to the simplicity of the code! OK, the tag system makes a lot fo sense. Grouping together several buttons and putting in the tags of 1, 2 etc. That would have been useful for the Yahtzee buttons for each option to click. Anyway, that's something to play around with another time. func checkAnswer() { ...