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
740 stars 153 forks source link

Compile time is very slow #6

Closed antoinebis closed 10 years ago

antoinebis commented 11 years ago

First of all, I want to say this is a VERY nice and easy to use plugin. No matter what! Now, after adding CountryPicker as a pod in my project, my time to compile and launch the simulator went from 3-4 seconds, to 8-10 seconds. I removed it, and went back to 3-4 seconds. Any ideas as to why?!

Thanks!

nicklockwood commented 11 years ago

Could be all the flag images. If you aren't using them, try excluding those from the repo.