State-driven view switch
This is a 15-minute SwiftUI live coding exercise. Tapping an "Add" button should show a quantity stepper (minus/plus) in the same spot, and when the quantity hits 0 the stepper should disappear and the "Add" button should come back. How do you set up the state and structure the views?