zhxnlai / ZLPeoplePickerViewController

A multilingual replacement for ABPeoplePickerNavigationController (address book picker) that supports UILocalized​Indexed​Collation
MIT License
189 stars 48 forks source link

How to display all contacts? #4

Open king7532 opened 9 years ago

king7532 commented 9 years ago

Hi, how can easily display all the contacts in the system address book? I noticed that if a contact only has a first name, last name and email address they are not displayed. Thanks!

zhxnlai commented 9 years ago

You could change this line to

        return contact.compositeName != nil;
king7532 commented 9 years ago

It wasn't that simple, see my pull request #5