Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
581 stars 25 forks source link

Allow users to perform actions on dismiss #18

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

A typical state change in SwiftUI is to set detail state to nil when a screen is dismissed. Let's add a way to perform actions when a path element is dismissed.