How I can loop through the ZStack of flashcards views without using ForEach loop in Swift UI? – Ios swift
I want to build a View with ZStack of cards which get info from an array. Cards have to swipe to the left and to the right by .gesture modifier, without any other buttons. What I want is when the…