Posts

Showing posts with the label in

Collections and Control Flow - Loops

The momentum continues! It's been really rewarding being so productive and regular with my Swift work. Something I did yesterday - which I am wont to do - was purchase a course from Udemy. I've done this many times before - been naive enough to believe that this is the solution to my problems: a new course! I've counted around 24 courses I've purchased - pretty much all of which are incomplete or barely started! So, the new one I bought because it was only £10 and has a LOT of content on it. I will switch to this, and do some of the others I've bought before, when the time is right to move on from Treehouse... For In Loops These can be VERY difficult to understand. For now, Pasan explains that a loop will happen until a condition is met. There are many real life examples of this. A loop is something that does something over and over until it has done so for each item in a group. On a sidenote, I've for the first time realised how you add another page to ...