You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it somehow possible to add custom buttons to the navigation bar, like one would normally do with the .navigationBarItems() method? I really love this library but this seems like something that could be very useful.
The text was updated successfully, but these errors were encountered:
As for this problem: Hmm... It does seem like we could somehow listen to the same events of navigationBarItems and react accordingly. In case we would have to access SwiftUI internals, it might take some hacking.
Another option would be to just recreate the API. Which doesn't seem as nice. But would be simpler.
I'm a bit too busy during the week to take a look at it. I might check during the weekend, but I can't promise anything ;)
Is it somehow possible to add custom buttons to the navigation bar, like one would normally do with the .navigationBarItems() method? I really love this library but this seems like something that could be very useful.
The text was updated successfully, but these errors were encountered: