Question

I want to display list of people in the iPhone's address book with atleast one email address. Can someone please explain how can I filter this using the AddressBook framework?

Thanks a lot

Was it helpful?

Solution

Take a look at this (it's your question exactly)

and this post

which references Erica Sadun's ABContactHelper

It looks like the first link has the code worked out, though there was mention of an arrayIndexOutOfBounds exception (which shouldn't be too hard to debug).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top