deskside / emodiary

0 stars 0 forks source link

ForEach loop #29

Closed deskside closed 1 year ago

deskside commented 1 year ago

Always remember if the loop doesn't have UUID, you should add id: \.self for them.

ForEach(1...10, id: \.self){ _ in

                    }