An app view that changes its state in complicated ways is difficult to do right. We developers have even been trying to avoid state when possible. But if you really just have to deal with a complex state-driven app view, then embrace it with a state machine.
π Building a state-driven app in SwiftUI using state machines
Honestly, this is my favorite programming technique, where the really interesting stuff happens. π

Via iOS Dev Weekly.