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

Added country picker based on UITableview #1

Open palaniraja opened 12 years ago

palaniraja commented 12 years ago

The reason for implementing the same with UITableview is, it is more customizable. And I would like to have a section index, so scrolling of the big list is easy for the user.

I'm yet to complete the section index. Will update you as soon as I complete.

Thanks for the work.

nicklockwood commented 12 years ago

Hi, sorry I didn't see that you'd completed this. Looks good, I'll definitely integrate it once I've had a chance to review the code properly.