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

Converted project for XCode5 / iOS7 sdk #8

Closed acoomans closed 11 years ago

acoomans commented 11 years ago

Hi Nick,

I adapted the code for Xcode 5 and iOS sdk 7. In particular, calls to isa are deprecated, I changed them to [self class].

-- AC

acoomans commented 11 years ago

Still have a couple of things to check.

acoomans commented 11 years ago

Yup, it's good. Re-tested with Xcode GM.

acoomans commented 11 years ago

Hi Nick, Can you merge this whenever you have time to do so? Thanks, -- AC

iprebeg commented 11 years ago

Any chance of getting this merged soon?

Thanks guys.

acoomans commented 11 years ago

+1 Nick?

nicklockwood commented 11 years ago

Yeah, sorry. Done.

acoomans commented 11 years ago

Thanks!