ZStack { ForEach(arr, \\.self) item in { ZStack { VStack { Image("image").resizeable() Button() } } } }
How do I disable the ZStacks/Views