I have a String and want to iterate through its characters.
// Initialize the Array var str = "Hello World" // Loop through its individual characters str.characters.forEach { print($0) }
* 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