I have a menu that let\'s a user select a country. Exactly like that in the contacts.app country menu within the address field.
Does anyone know a simple way of get
Swift 3
let locale = Locale.current let countries = Locale.isoRegionCodes.map { locale.localizedString(forRegionCode: $0)! }.sorted()