Level up: SwiftUI quiz
code-for-a-living September 4, 2021

Level Up: Build a Quiz App with SwiftUI – Part 4

In the fourth and final lesson of the series, we’ll learn how to use SwiftUI navigation to present different views to the user. We’ll build a welcome screen with instructions for the user as well as a final screen with their results to the quiz. A user will also have the option to re-take the…
Level up: SwiftUI quiz
code-for-a-living August 28, 2021

Level Up: Build a Quiz App with SwiftUI – Part 3

In the third lesson of the series, we’ll continue to incorporate the MVVM architecture and build a view model for our quiz app which mediates communication between the view and the model. Additionally, we’ll build a game model structure and add more questions and functionality for new questions to appear as the user advances through…
Level up: SwiftUI quiz
code-for-a-living August 21, 2021

Level Up: Build a Quiz App with SwiftUI – Part 2

In the second lesson of the series, we’ll add state to our quiz app so that it can show users whether they answered correctly.  We’ll also build out a model for our quiz questions, and add a settings tab. Here are some Stack Overflow questions related to the work we did in today’s session: What…
Level up: SwiftUI quiz
code-for-a-living August 14, 2021

Level Up: Build a Quiz App with SwiftUI – Part 1

SwiftUI is Apple’s newest framework for building iOS applications.  It uses the best features of the Swift language to enable writing performative, declarative code.  If you’ve ever wanted to build your own iOS applications, now is an excellent time to get started. The Codecademy Live: Build a Quiz App with SwiftUI series will be hosted…