/DevelopInSwiftFundamentals

A repository with the student materials from the Xcode 11 version of Develop with Swift Fundamentals

Primary LanguageSwift

DevelopInSwiftFundamentals

A repository with the student materials from the Xcode 11 version of Develop with Swift Fundamentals

This repo contains the Swift Playground labs from Apple's Develop with Swift Fundamentals curriculum.

You can download these resources and the project files for the other chapters from Apple here: https://education-static.apple.com/fundamentals/xcode11/student.zip

This repo is intended as an aide to the online Develop with Swift Fundamental courses you'll be attending, as a way of helping you go through the material before our final catch-up.

HOWTO: Use this Repository

If you are taking the Develop with Swift Fundamentals course, you should fork this repo by tapping on the Fork button above.

Then, in Terminal.app on your Mac, cd into the directory in which you keep your projects, then run git clone https://github.com/<your username>/DevelopInSwiftFundamentals.git

The repo contains all the labs with Swift Playground exercises from the Develop with Swift Fundamentals curriculum, available from Books as a free download.

HOWTO: Take the Course

Read through the lessons and follow along wherever possible. At the end of each lesson there is a lab. Complete the associated Swift Playground.

When you've completed all the labs, git add, git commit, and git push origin master your code back up to Github. On the page for your fork of the repo (https://github.com/<your_username>/DevelopInSwiftFundamentals) you'll push the button to create a new pull request:

Make sure the base repository is mhanlon/DevelopInSwiftFundamentals and the base is master, like so:

Create the pull request, and I'll be able to review your changes to the playgrounds and we can discuss your code in the final catch-up.

Other links

You may also want to take a look at the AppDevResources repository. This has some useful pointers that others taking the App Development with Swift class have found useful.

Happy coding!