I just released Destinations 3.0, my Swift library that acts as a foundation for your app, handling navigation flow and enforcing separation between UI, state, and logic!
New in 3.0:
* A new moveToNearest presentation type which navigates upwards through the UI hierarchy to nearest specified destination type it finds
* Runtime preflight checks to verify that your Flow and Provider objects are configured properly
* Plus some QoL love and changes for advanced use cases

GitHub - poetmountain/Destinations: A Swift library for UIKit and SwiftUI designed to manage navigation flow, abstract business logic and APIs, and decouple UI from app logic.
A Swift library for UIKit and SwiftUI designed to manage navigation flow, abstract business logic and APIs, and decouple UI from app logic. - poetmountain/Destinations
