Recreating The iOS Timer App In SwiftUI
Today's tutorial will focus on using SwiftUI to recreate the UI and functionality of the iOS Timer.
We'll construct each of the UI components individually, build out the ViewModel, and then we'll bring everything together.
The source code for this project is available here.