Skip to content

Code for the "Swift Pocket Reference, 2nd Ed" - my in-production book soon to be published by O'Reilly Media.

Notifications You must be signed in to change notification settings

adgray/SwiftPocketReference2ndEd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Pocket Reference, 2nd Ed

Code and resources from my upcoming O'Reilly title "Swift Pocket Reference Second Edition", published by O'Reilly Media.

The code here generally follows the examples from the book, in the same order. In some places, the code includes additional comments that were removed from the text for reasons of space.

The code is presented here in the form of Xcode Playgrounds, which allows for simple experimentation and tinkering with instant results.

In some Playgrounds, you should expose the console output pane to see the output of 'print' command. To do that, open the View menu, and choose Debug Area -> Show Debug Area, or use the keyboard shortcut Command-Shift-Y.

This branch was tested against Xcode 7.0 and Swift 2.0.

New Edition

The third edition of the book is now available on Safari Books Online and the updated sample code is available at Github.

License

The code in this repository is licensed under the MIT license unless otherwise noted within specific files.

Copyright (c) 2015 Anthony Gray.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Code for the "Swift Pocket Reference, 2nd Ed" - my in-production book soon to be published by O'Reilly Media.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages