I have a Dictionary and want to iterate through all of its elements.
// Initialize the Dictionary let dict = ["name": "John", "surname": "Doe"] // Iterate through the dictionary for (key,value) in dict { print("\(key) = \(value)") }
* 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