Releases: kizitonwose/CountryPickerView
Releases · kizitonwose/CountryPickerView
3.0.5
- Fix the name of Iran (thanks @hojatdelfan)
- Add
Kosovo
to the list of countries. - Make
countries
property internal inCountryPickerView
class. Please use the "preferred countries" feature if you only want to show some countries. - Allow setting the locale to be used for country names on the list via
CountryPickerViewDataSource
:
func localeForCountryNameInList(in countryPickerView: CountryPickerView) -> Locale
3.0.4
3.0.3
- Update Jamaica's phone code to +876.
3.0.2
- Add option to show country codes on the list.
- Add option to hide the checkmark for the selected country on the list.
- Update dial codes for Cayman Islands and Pitcairn Islands.
3.0.1
- Add basic support for Swift Package Manager.
- Update flag of Sri Lanka.
3.0.0
- Upgrade to swift 5.0
2.2.5
- Update Guyana's phone code to +592.
- Add
hostViewController
property for presenting/pushing the internalCountryPickerViewController
.
2.2.4
- Fix empty results when searching with lowercase characters.
- Minor optimizations.
2.2.3
- Update flag of Iraq
2.2.2
- Fix bundle issue when installed via Carthage.
- Localize country names on the list using current locale.
- Add
localizedName
property toCountry
model.