Ios swift – Concatenate some strings, each one should be clickable separately in swiftUI
Here is the piece of code, half is commented, in the first part, text elements from array are in VStack, and each one appears in new line. but on clicking it gives details about the clicked array element. But in…