NavigationLink problem when using it in a ForEach – Ios swift
I am building an app which displays a planning of matches. Each day containing at least one match create a group with the date and the matches. Those matches are embedded in a NavigationLink to access to a detail view.…