Skip to content

Latest commit

 

History

History

19.05.15

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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