nicklockwood / CountryPicker

CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list. It 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 (http://www.famfamfam.com/lab/icons/flags/) that have been painstakingly re-named by country code to work with the library.
http://charcoaldesign.co.uk/source/cocoa#countrypicker
Other
741 stars 153 forks source link

Integration with ActionSheetPicker-3.0 #22

Open skywinder opened 9 years ago

skywinder commented 9 years ago

Hi. I have a nice PR with your nice picker: https://github.com/skywinder/ActionSheetPicker-3.0/pull/158

Can merge your code to my project?