JamesSedlacek / Routing

SwiftUI library for abstracting navigation logic from views
MIT License
353 stars 19 forks source link

Confirmation Dialog Support #4

Closed JamesSedlacek closed 10 months ago

JamesSedlacek commented 11 months ago

The router function would be something like this:

router.confirmationDialog(...)

There's a handful of different kinds of confirmation dialogs and I'd like to be able to handle them all.