SHORT QUESTIONS Uncategorized How i will get index number from Foreach loop in swiftUI? 20/10/202209/11/2022 joynal27 767 Comments foreach, indexNumber, swiftui let data = [String]() ForEach(data.indices) { index in print(data[index]) } Read more