CountryPicker is a free and custom UIPickerView subclass which provides developers with an iOS control that helps a user select a country from a list.
CountryPicker can optionally display a flag next to each country name, and the library includes a set of 249 high-quality, public domain flag images from FAMFAMFAM that have been painstakingly re-named by country code to work with the library.
Installation: To use the CountryPicker in an app, just drag the CountryPicker class files, and the Countries.plist file into your project. If you want to use the FAMFAMFAM flag icons, drag the Flags folder in also.
Requirements:
· Apple Xcode
What's New in This Release: [ read full changelog ]
· Added ARC support
· Added example project