CountryPickerView Versions Save

A simple, customizable view for efficiently collecting country information in iOS apps.

3.3.0

2 years ago
  • Fix SPM support #135 #145

3.2.0

3 years ago
  • Improve RTL support (thanks @zfoltin)
  • Update Tokelau's flag (thanks @zfoltin)
  • Bump deployment target to iOS 9.0

3.1.3

3 years ago
  • Add method func excludedCountries(in countryPickerView: CountryPickerView) -> [Country] to CountryPickerViewDataSource.

3.1.2

4 years ago
  • Notify the delegate when the selected country is set programmatically.

3.1.1

4 years ago
  • Add country - Curacao (thanks @zfoltin)

3.1.0

4 years ago
  • Sort countries using their localized names if available (thanks @remy-shopopop)

3.0.9

4 years ago
  • Allow showing the country name on the view (thanks @itsniper)

3.0.8

4 years ago

Fix UISearchController crash.

3.0.7

4 years ago
  • Remove country - Netherlands Antilles
  • Add country - Sint Maarten

3.0.6

4 years ago
  • Make countries property public in CountryPickerView class.