Although the app we were building wasn’t itself difficult, getting there took quite a bit of learning – we had to cover UserDefaults
, Codable
, sheet()
, onDelete()
, @Observable
, and more. Some of those things – particularly UserDefaults
and Codable
– have only been introduced at a high level in this project, which is intentional; we’ll be getting into them more later on.
Now that your SwiftUI skills are coming along, I hope you noticed we were able to skip past some parts with very little explanation. For example, you know very well how to create forms with text fields and pickers because we’ve already covered that extensively, which means we can spend our time focusing on new stuff.
Anyone can sit through a tutorial, but it takes actual work to remember what was taught. It’s my job to make sure you take as much from these tutorials as possible, so I’ve prepared a short review to help you check your learning.
Click here to review what you learned in this project.
One of the best ways to learn is to write your own code as often as possible, so here are three ways you should try extending this app to make sure you fully understand what’s going on.
ContentView
to contain some styling depending on their value – expenses under $10 should have one style, expenses under $100 another, and expenses over $100 a third style. What those styles are depend on you.Hacking with Swift+ subscribers can get a complete video solution for this checkpoint here: Solution to iExpense. If you don’t already subscribe, you can start a free trial today.
SPONSORED Alex is the iOS & Mac developer’s ultimate AI assistant. It integrates with Xcode, offering a best-in-class Swift coding agent. Generate modern SwiftUI from images. Fast-apply suggestions from Claude 3.5 Sonnet, o3-mini, and DeepSeek R1. Autofix Swift 6 errors and warnings. And so much more. Start your 7-day free trial today!
Sponsor Hacking with Swift and reach the world's largest Swift community!
Link copied to your pasteboard.