The purpose of this workshop is to understand what are the best practices & where are some of the gaps in SwiftUI. It will be an interactive session for formulating ideas and do knowledge transfer to enhance our team's understanding of the SwiftUI fundamentals.
The purpose of the phase 1 exercise is not to have a finished product but rather to learn and experiment with SwiftUI technologies.
- Clone the repo
- Create a branch
- Name the branch SwiftUIWorkshop
- Pull branch into XCode and get to work
You can add comments in areas where it is valuable for discussions / demo
(See included phase 1 image)
After learning about SwiftUI Navigation we want to implement
Navigate from the 'Login Page' to a new View while passing the login username using (but not limited to) one of the following options in SwiftUI:
- NavigationLink or NavigationStack