Andrey Zheglov
Results
1
comments of
Andrey Zheglov
Work for me ```Swift List{ ForEach(items, id: \.id){ item in ZStack{ NavigationLink(destination: { EmptyView() }, label: { EmptyView() }) .opacity(0.01) //Yout code } } } ```