Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 673 Bytes

swift

Tell me about Swift in a nutshell... Show me in playground! This presentation was initially given at SoftShake 2014. Since then, it has evolved to become my Swift toolbox. Here you can find experiments and trial. If you have some good tips to share, pull requests are welcome.

It runs on Xcode 8 with Swift 3.

Playgrounds running on previous version of Xcode and Swift could be found in branches:

  • xcode6.2 (with HTML and swift)
  • xcode6.3 (with markdown)
  • xcode7
  • xcode8 (with Swict3 updates)

How to use it

git clone https://github.com/corinnekrych/swift
cd swift
open ToolBox.playground

Happy Swifting!