*Xcode Project Entry* Letters in a Word - Part 2
Yes, I'm back to it! Last time in this project, I barely got started as I was figuring out the new layout - mostly where new labels were kept! It's a bit simpler sure, but I didn't see what was wrong with the old one. Something I have learned with Xcode and Swift is that there is no point yearning for a previous feature - it moves on rapidly! Start Time - 15:20 So, using last time's 'to do list', here's a reminder of what I need to focus on: 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 array of words - this is easy enough; can be updated too! A randomising way so a different word is displayed each time Functions to calculate the score each time and total score Functions to update question number etc Function for the ac...