Welcome to this forked repository! This project implements the Coordinator Pattern in SwiftUI, a powerful architectural approach to managing navigation and dependencies in SwiftUI apps. This version has been updated to be fully compatible with iOS 16+, leveraging the latest SwiftUI improvements while retaining the simplicity and elegance of the Coordinator pattern.
- iOS 16 or later
- Xcode 16 or later
- Swift 5 or later
This project is a fork of the amazing GosutoDev/coordinator-pattern-SwiftUI.
Special thanks to GosutoDev for the original implementation, which served as the foundation for this fork, and for sharing such a well-crafted solution with the SwiftUI community.
Additionally, GosutoDev was inspired by Ales Dieo, whose Medium article is an excellent resource on implementing navigation with pure SwiftUI. Without their contributions, this project wouldn't exist in its current form.