SwiftUI demo app for CS1998 - Intro to iOS App Development
Installation instructions:
git clone https://github.com/dishanest/Lyricist-SwiftUI.git- To access the starter code for the first lecture, use
git checkout l1-starter. Generally, usegit checkout <branch-name>to checkout any branch in this repo.l1-completecontains the completed lecture 1 demo code, and also acts as the starter code for lecture 2's demo.l2-completeis the complete demo code for lecture 2. Note that the current branchmaindoes not include any project files.