views:

327

answers:

1

Hi,

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

+5  A: 

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).

wkw