J Joynal Abedin How i will get index number from Foreach loop in swiftUI? let data = [String]() ForEach(data.indices) { index in print(data[index]) }