Angela Yu Course Part 6 (up to lesson 84)
Yes - the first time not in the evening for a short while that I've been able to code. Here is my plan for the next couple of days: Complete Section 8 - Xylophone app! Make my own 'Yahtzee' app - this could take some time... Complete Section 9 - MVC for make a quiz app This will be plenty to sink my teeth into. Ok here goes! Introduction The aim is not so much about creating an app but actually using tools to get help - whether it's using the Swift documentation or other searches. There will be unfamiliar language etc. The purpose is to be more self-reliant - this is something I DEFINITELY need! When I need a certain functionality - finding out for myself. This will be key! There's no point just copying and pasting someone else's code without understanding it; it's much better to find things out and then apply them. Anyway, here goes! Using Tags Linking all of the buttons to one action....interesting! So they all trigger the same action. Usin...