Search CTRL + K

Thread 1, Day 8 - Monday, October 31, 2022

Agenda

  1. Source Control – Introduction
    • Saving revisions of your code helps you to:
      • show your progress over time
      • back up valuable work
      • revert to earlier versions of your code, if desired
  2. Source Control - Branching
    • How to go back to an earlier version of a project
  3. Using a Development Team in Xcode
    • Connecting Your New Apple ID
  4. Adding a Physical Device as a Run Destination
    • To run applications you write in Xcode on your iPhone or iPad, a few one-time-only setup steps are required.
  5. Defining a User Interface Using Structures
    • In this tutorial, you will learn how nested structures can be used to express a user interface in SwiftUI.

To-do items

Before our next class...

Tip