An array of strings can be joined by ,
using:
arr.joined(separator: ",")
Refer: https://developer.apple.com/documentation/swift/array/joined(separator:)-5do1g
solved How can i show an array in label ? With “,”
An array of strings can be joined by ,
using:
arr.joined(separator: ",")
Refer: https://developer.apple.com/documentation/swift/array/joined(separator:)-5do1g
solved How can i show an array in label ? With “,”