I\'d like to get a list of all ABContacts that have a phone number and only those contacts. Any contacts with just an email I do not want to show.
Android has a field ca
There is no easy way or help like this in iOS, you have to parse your Array and if the people you are parsing have a phone number or a list of phones number not empty you add it to your final Array.