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…

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 does the SwiftUI @State keyword do?

Find all available images for Image(systemName:) in SwiftUI

If you want to ask any questions or provide feedback on the lesson, you are welcome to leave a comment on the YouTube recording of this lesson. If you’d like to watch a session live, follow the Codecademy YouTube channel.

Finally, if you want even more SwiftUI content, you can sign up for the Build iOS Apps with SwiftUI Skill Path this series was based on.  The Skill Path goes into much more detail about the Swift language and provides a deeper foundation that you can use to build sophisticated applications.

Tags: , ,
Podcast logo The Stack Overflow Podcast is a weekly conversation about working in software development, learning to code, and the art and culture of computer programming.

Related