*Xcode Project Entry* Letters in a Word Part 1
So here is the first (well, technically not quite first - Yahtzee - entry for my own stand-alone project!). The idea with these is that I will work on something separate to whatever I'm learning about from Udemy/other course. The first one is actually a really good, potentially unique idea. To be honest, it's more something that is important to my girlfriend - Cath. Cath is ridiculously quick and accurate at working out the number of letters in words! Yes very specific! But if I can get it to work, it would be a neat Christmas present... Before going headfirst into the actual Xcode project, something I picked up from Ray Wenderlich was to make a note of EVERYTHING needed. So let's do that... On the view of the app Label to display random words A number pad to type in answer for how many letters are in the word A timer - from 5 seconds to 0 each time A scoring system for tracking Scoring system to link to timer (potentially!) The model (code) of the app An arra...