lyarenei / Medusic

An attempt to create a native iOS Jellyfin music client. Also a personal Swift/SwiftUI learning project I work on when I've got some free time (and motivation).
5 stars 0 forks source link

Reset to root view when tapping again on tabItem #49

Open lyarenei opened 1 year ago

lyarenei commented 1 year ago

Currently not possible to implement in a simple way. There is a bug in TabView which does not set selection value for initial value.

Otherwise majority of the work is done as #71 migrates to NavigationStack which makes this really easy.

lyarenei commented 3 months ago

Currently blocked by adoption of the use of NavigationPath in navigation stack.