-1

I use the method loop all the contacts in addressbook, but It's too hard when too many contacts in AddressBook.

How to query AddressBook contacts according to the given number?

hqt
  • 29,632
  • 51
  • 171
  • 250
Sam Niu
  • 143
  • 1
  • 10
  • possible duplicate of [what the best method to query addressbook contact with a phone number?](http://stackoverflow.com/questions/9406181/what-the-best-method-to-query-addressbook-contact-with-a-phone-number) – coneybeare Feb 23 '12 at 03:29

1 Answers1

0

Try to loop the contacts in other thread in background. Try Grand Central Dispatch.

fannheyward
  • 18,599
  • 12
  • 71
  • 109