How can I get an array with all countries names in Swift? I\'ve tried to convert the code I had in Objective-C, which was this:
if (!pickerCountriesIsShown) {
It is an Operation not a Property
if let codes = NSLocale.ISOCountryCodes() { println(codes) }