SwiftUI - Extract navigation logic from SwiftUI views for testability
Problem: How to test your navigation logic in SwiftUI ?
Solution: Extract navigation logic in a separate Service that handles it using UIKit
SwiftUI is very powerful tool, for UI creation and animationBut I really don't like the navigation logicThat ...
swiftuicentral.com20 min read
Saurabh Mishra
iOS engineer, Tech Enthusiast
nice read , thanks for sharing :)