Included in this repository is all the teaching materials that is needed for you to get started with the workshop.
- Write a basic meal tracking app (Completed app available here: Foodies)
- At the end of the workshop, you should be able to
- Write Swift
- Connect UI Elements (Labels, Buttons, Views, etc.) to code
- Understand Model View Controller
- Save your data models into a .json file
- Swift Documentation
- Apple developer documentation
- Core Data Programming guide A more powerful form of persistent storage that you can use
- iOS Tutorial from Apple Developer
- Awesome Swift