how to hide some properties using ABPeoplePicker
- by user321130
greetings!
when using peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person, a view with all of the contact's information is shown. I've seen apps which only display selected info only (e.g. phone numbers)
how can I do this? I only want to display the contact's name and phone numbers.
thank you very much