I have a Dictionary and want to delete an item with a specific key.
// Initialize the Dictionary var dict = ["name": "John", "surname": "Doe"] // Remove item with key 'name' dict.removeValueForKey("name") print(dict)
* 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