I have a dictionary and want to get an array of all its keys.
// Initialize the Dictionary let dict = ["name": "John", "surname": "Doe"] // Get array of keys var keys = Array(dict.keys) print(keys)
* 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