Replies: 2 comments 4 replies
-
Hi @ahbou, I'm not sure I understand your question. Can you expand a bit more? |
Beta Was this translation helpful? Give feedback.
-
Sure, sorry took me some time to clean up the code and make it generic. Destination Reducer:
Carousel FeedThe carousel can display many kind of items but let's say it's either a song or a playlist.
Carousel View
The view is just a Horizontal Grid of items. I understand this is the intended usage for Thank you for the help. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to update to the new navigation tools while watching the series and I stumbled on a case that's not covered (yet?).
I have an enum based navigation. Each destination will lead to a different screen.
We can't use NavigationStack as we have to support iOS 15.
My destination state looks like this:
Add the view uses
NavigationLinkStore
I have 2 others
NavigationLinkStore
for eachDestination.State
What I'd like to achieve is to use something like
SwitchStore
andCaseLet
that will unwrap each case.Beta Was this translation helpful? Give feedback.
All reactions