Closed marcprux closed 10 months ago
Regardless of the starting range of a ForEach, the index always starts with 0.
ForEach
List { ForEach(5..<10) { i in NavigationLink("Item #\(i)", value: i) } }
Fixed in 0.4.2
Regardless of the starting range of a
ForEach
, the index always starts with 0.