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-complete
contains the completed lecture 1 demo code, and also acts as the starter code for lecture 2's demo.l2-complete
is the complete demo code for lecture 2. Note that the current branchmain
does not include any project files.