Releases: kizitonwose/CountryPickerView
Releases · kizitonwose/CountryPickerView
3.3.0
3.2.0
3.1.3
- Add method
func excludedCountries(in countryPickerView: CountryPickerView) -> [Country]
toCountryPickerViewDataSource
.
3.1.2
- Notify the delegate when the selected country is set programmatically.
3.1.1
3.1.0
- Sort countries using their localized names if available (thanks @remy-shopopop)
3.0.9
3.0.8
Fix UISearchController crash.
3.0.7
- Remove country - Netherlands Antilles
- Add country - Sint Maarten
3.0.6
- Make
countries
property public inCountryPickerView
class.