I have an object and want to check if it's a String object
// String literal let s = "Hello World" // Check if 's' is a String if s is String { print("Yes, it's a String") }
* 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