Swift resources for the class
the Swift Tour section of the Apple Swift book
Documentation
learn-swift examples
https://github.com/rvsrvs/learn-swift
Conwayโs Game of Life โ for the final project
Conway's Game of Life
Lecture Materials
https://github.com/CSCIX65G/CS15101Materials23
Basics
- Variables & Const
- String and Character โ both use double quotes
"
- Control Flow
- Array โ as an ordered generic
Sequence
, type-safe
- Dictionaries
- Optionals & Chaining
- Generics/ Parameterized types โ
<T>
like Template in C
- Assertions
- Functions, Closures