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
Programmatic navigation has a dependency on NavigationView, but it has Safari-File-Picker behavior on MacOS which is not the most convenient one 🌚. I tried to find workarounds for a while so maybe this will be helpful for other MacOS developers, which will use CombineFeedback 🙂
Here is a draft for manual NavigationView implementation (no_animation).
Xcode 12 supports switch expressions, which can be handy for navigation, especially in MacOS, so I came to this solution
The text was updated successfully, but these errors were encountered:
Programmatic navigation has a dependency on NavigationView, but it has Safari-File-Picker behavior on MacOS which is not the most convenient one 🌚. I tried to find workarounds for a while so maybe this will be helpful for other MacOS developers, which will use CombineFeedback 🙂
switch
expressions, which can be handy for navigation, especially in MacOS, so I came to this solutionThe text was updated successfully, but these errors were encountered: