Created
June 6, 2024 11:00
-
-
Save tovkal/8fb53f6eec846fc4f8804549311deefc to your computer and use it in GitHub Desktop.
How to implement NavigationLink's destination parameter without a closure?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the second init fixes the problem. This init is not in Apple's docs, but you can see it if you go into NavigationLink's code.