October 2019
Intermediate to advanced
151 pages
2h 32m
English
We’re going to be creating most of our projects with Xcode’s Swift Playgrounds. They’re the easiest and fastest way to start writing Swift. I use them all the time for prototyping, or working through math problems and refining algorithms. Once I’m happy with the code, I will usually move it into a more significant project.
Playgrounds will run automatically. You can type a line of code, and the results will appear immediately. It makes for a rapid feedback loop, where you can iterate quickly on your project, find mistakes sooner, and stay productive. Larger Xcode projects, like the ones used ...
Read now
Unlock full access