Skip to content

Files

Latest commit

f06e562 · Jul 23, 2015

History

History
This branch is 1 commit behind SheffieldSwift/Materials:master.

19.05.15

FirstMeeting

Swift

This is an introduction to some of the interesting features of Swift using an Xcode playground.

The playground covers:

  • Swift is strictly typed and does type inference
  • (Im)mutability in Swift
  • Difference between Struct/Class
  • Optionals
  • Enums