I have an array and want to join its elements in a string, using a specific separator.
// Initialize the Array var a = ["one", "two", "three"] // Join array elements // using ':' as separator var str = a.joinWithSeparator(":") print(str)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker