For example I have an array: [String] = [“Hey, this is test.”, “Can you please make it as paragraph.”, “It will be helpful for me.”]
Output:
Hey, this is test. Can you please make it as paragraph. It. will be helpful for me.
But each string will be able to perform unique action like when “Hey, this is test.” will click print 1st string click and it’s color will be yellow and so on.
I have tried but failed to get the expected out put. I get out put as line by line not as paragraph
I am using iOS 16, xcode 15+, swiftui