TabBar icon indicating copy to clipboard operation
TabBar copied to clipboard

New Feature? How to change tab from a push/presented view

Open gorbat-o opened this issue 4 months ago • 1 comments

How would you select a tab from a view push/presented ?

Here's an example of how i would love to use this library.

.environment(tabSelection)

and in the subview

@Environment(TabSelection.self) private var tabSelection

gorbat-o avatar Oct 18 '24 07:10 gorbat-o