CountryPickerView Versions Save

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

3.0.5

4 years ago
  • Fix the name of Iran (thanks @hojatdelfan)
  • Add Kosovo to the list of countries.
  • Make countries property internal in CountryPickerView 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

4 years ago
  • Remove area codes in the dial codes for Dominican Republic and Puerto Rico (thanks @tejasna)

3.0.3

4 years ago
  • Update Jamaica's phone code to +876.

3.0.2

4 years ago
  • 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

4 years ago
  • Add basic support for Swift Package Manager.
  • Update flag of Sri Lanka.

3.0.0

5 years ago
  • Upgrade to swift 5.0

2.2.5

5 years ago
  • Update Guyana's phone code to +592.
  • Add hostViewController property for presenting/pushing the internal CountryPickerViewController.

2.2.4

5 years ago
  • Fix empty results when searching with lowercase characters.
  • Minor optimizations.

2.2.3

5 years ago
  • Update flag of Iraq

2.2.2

5 years ago
  • Fix bundle issue when installed via Carthage.
  • Localize country names on the list using current locale.
  • Add localizedName property to Country model.