Version 2.5.0 - March 27, 2019
Release Notes
- Updates project to Swift 5.0.
Merged Pull Requests
- Update to Swift 5 #20 (graycampbell)
Version 2.4.2 - November 21, 2018
Release Notes
- Updates project to Swift 4.2.
Merged Pull Requests
- Update to Swift 4.2 #19 (graycampbell)
Version 2.4.1 - June 12, 2018
Release Notes
- Updates the country picker to use the current app localization instead of the current device localization.
Closed Issues
- Sorting #16
Merged Pull Requests
- Fix localization issue #18 (graycampbell)
Version 2.4.0 - June 7, 2018
Release Notes
- Updates project to Swift 4.1.
Merged Pull Requests
- Update to Swift 4.1 #17 (graycampbell)
Version 2.3.0 - January 6, 2018
Release Notes
- Updates
GCCountry.callingCode
to include "+".
Merged Pull Requests
- Update country calling code to include '+' #15 (graycampbell)
Version 2.2.0 - November 22, 2017
Release Notes
- Adds support for iOS 9+.
Merged Pull Requests
- Add iOS 9+ support #14 (graycampbell)
Version 2.1.0 - November 4, 2017
Release Notes
- Adds basic unit tests.
- Adds theoretical support for Swift Package Manager.
Merged Pull Requests
- Add theoretical Swift Package Manager support #13 (graycampbell)
- Refactor #12 (graycampbell)
Version 2.0.0 - October 29, 2017
Release Notes
- Adds option to display calling codes using GCCountryPickerDisplayMode.
Merged Pull Requests
- Add option to display calling codes in country picker view controller #10 (graycampbell)
Version 1.0.4 - October 8, 2017
Release Notes
- Removes
.jazzy.yml
file. - Improves framework documentation.
Version 1.0.3 - October 8, 2017
Release Notes
- Adds
.jazzy.yml
file to allow for CocoaDocs parsing.
Version 1.0.2 - October 6, 2017
Release Notes
- Improves GCCountryPickerViewController conformance to UITableViewDelegate.
Merged Pull Requests
- Fix UITableViewDelegate implementation #9 (graycampbell)
Version 1.0.1 - October 5, 2017
Release Notes
- Fixes a bug that prevented the default list of countries from being displayed by the country picker view controller.
Version 1.0.0 - October 5, 2017
Release Notes
- A country picker view controller for iOS 11+ written in Swift.
- Localized, alphabetized, and searchable, with a default list of 249 countries.
- Provide your own list of countries for the picker to display using GCCountryPickerDataSource.
Merged Pull Requests
- Add banner and demo localization #8 (graycampbell)
- Update implementation to use GCCountryPickerDataSource #7 (graycampbell)
- Add navigation title #6 (graycampbell)
- Improve country sorting using UILocalizedIndexedCollation #5 (graycampbell)
- Update localized display name locale to improve accuracy #4 (graycampbell)
- Update country picker implementation and documentation #3 (graycampbell)
- Add search functionality #2 (graycampbell)
- Add initial country picker setup #1 (graycampbell)