burczyk / KBContactsSelection

Easily search and select contacts in your iOS Address Book and redirect to Mail or Messages with results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple phone numbers for a contact

goelankitt opened this issue · comments

How to make it select a specific phone number when a contact has multiple phone numbers?

Current implementation always returns first email or phone number. It's implemented in - (NSArray*)phonesOfSelectedContacts and - (NSArray*)emailsOfSelectedContacts methods of KBContactsTableViewDataSource. Feel free to fork and change this behavior or create a PR if you implement universal solution, e.g. by adding code to KBContactsSelectionConfiguration.