sasikiran / Swift-at-Artsy

Repo for the notes for Swift at Artsy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift-at-Artsy

Scope: Swift only, no iOS dev.

Pre-requisites: Yosemite, Xcode 7

  • needs a pre-install session a few days before.

  • Beginners

  1. [Variables - Strings - If - Loops](Beginners/Lesson One)
  2. [Bools - If/Else - Algebra - Enums - Structs](Beginners/Lesson Two)
  3. Functions, and functions on types
  4. Data Structures ( Deep dive into di cts/arrays )
  5. Type Extensions, Operators ( take examples from eidolon )
  • Informed
    1. [Tooling / Language Overview - cursory version of vars/ifs/loops](Informed/Lesson One)
    2. [Generics / Data Structures](Informed/Lesson Two)
    3. lazy lets, computed properties, closures, protocols (including generic constraints)
    4. operator overloading, protocol extensions ( find some good examples )
    5. error handling, hints towards func prog

Setup

Getting Xcode betas to a bunch of people is effort. Recommendation:

  • Go to "Users & Groups" in System Preferences
  • Unlock, go to Guest User, tick "Allow guest users to connect to shared folders".
  • Make a folder with Xcode files.
  • Go to "Sharing" in System Preferences, turn on "File Sharing", add a new Shared Folder of your Xcode folder.

About

Repo for the notes for Swift at Artsy

License:Creative Commons Zero v1.0 Universal


Languages

Language:Swift 100.0%