Posts

Showing posts with the label object

*Xcode Project Entry 3* Times Tables Quiz - Part 3

Image
OK,  back with the third entry for this app! Today - for the next half hour or so, I'm going to try to get  the 'model' and the 'controller' sides of things. This means a database of the times tables, then having everything connected and working. Realistically, I'm not going to get far beyond the model elements. So let's give it a go! Start Time - 17:37 MODEL - So for this, it's the database for times tables facts. I think that would be best in a class. CONTROLLER - There's a lot for this so let's come back to it! Paused at 18:30 Finished at 21:50 - didn't come back to it this evening  So a frustrating but interesting session! I've tried various things, using classes for building the question/answer format for the times tables. Lots of different things that have ultimately failed. But a great way to play around with something! I WILL get to the solution, without help. It simply has to happen - here's what we h...