JamesSedlacek / Routing

SwiftUI library for abstracting navigation logic from views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confirmation Dialog Support

JamesSedlacek opened this issue · comments

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.