Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ We're using GitHub pages to host whatevers in the `docs` folder in root. Unfortu
3. Copy the `ios-tutorials` folder into the root of this directory
4. Delete the `docs` folder (it's okay, we're going to fix this in a second)
4. Rename `ios-tutorials` to `docs`.

## Additional learning materials

- The official [Swift](https://developer.apple.com/documentation/swift) language documentation.
- [Swift](https://www.pluralsight.com/courses/swift3-fundamentals) Fundermentals course on pluralsight.
- A [Swift](https://medium.com/swift2go/beginning-swift-programming-part-1-variables-constants-and-types-776ad50952f1) medium article on basic swift.