/SwiftPocketReference3rdEd

Code for the "Swift Pocket Reference, 3rd Ed" - published by O'Reilly Media

Primary LanguageSwift

Swift Pocket Reference, 3rd Ed

Code and resources from my O'Reilly title "Swift Pocket Reference 3rd 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. In some places, variable and constant names are different in the code to allow more examples to be packed into the one playground (and in ordder to keep the code in the book as clean as possible).

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 8.1 and Swift 3.02.

License

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

Copyright (c) 2015-2017 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.