/iOS-Workshop-Materials

Materials for iOS Workshop

Primary LanguageSwift

iOS-Workshop-Materials

Included in this repository is all the teaching materials that is needed for you to get started with the workshop.

Goal of this 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

Extra reference links that might be useful for you: