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.
In my previous post, I explained how to use symbolic breakpoints to discover when view controllers load their views into memory. Often breakpoints are specif...