Skip to content

Instantly share code, notes, and snippets.

@griffingdm
griffingdm / Swift Walkthrough: "A Swift Tour"
Created June 8, 2014 19:45
Apple's "A Swift Tour" walkthrough with completed "Experiment" solutions included and comments throughout that explain the code.
/*
Swift Programming Language Guide
//"A Swift Tour" Reference
https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-XID_1
Apple's "A Swift Tour" walkthrough with completed "Experiment" solutions included and comments throughout.
You should be able to copy-paste it into your own playground. Let me know of any errors I made throughout the code. Also tell me if any comments are unclear or have an incorrect explanation.
Written by Griffin Mullins
/*
Swift Programming Language Guide
"A Swift Tour" Solutions
https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-XID_1
These are the solutions to all the "experiments" in the pre-release Swift Programming Guide.
You should be able to copy-paste it into your own playground. Let me know if I screwed
any of them up, and I'll be happy to update this gist.
*/