I have an object and want to check if it's a Dictionary object.
// Initialize the dictionary let dict = ["name":"John", "surname":"Doe"] // Check if 'dict' is a Dictionary if dict is Dictionary { print("Yes, it's a Dictionary") }
* 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