1

How can I add a new record to address book without using ABPeoplePickerNavigationController ?

Soni
  • 454
  • 8
  • 23

1 Answers1

2

There's an addRecord message that you could use, look here

Devraj
  • 3,025
  • 24
  • 25
  • I am sorry I forgot to mention in my question , that I was looking an answer for iOS , not MacOS. The method addRecord is for MacOS – Soni Dec 28 '11 at 06:32
  • 1
    In which case, question similar to http://stackoverflow.com/questions/5726574/iphone-insert-contact-to-address-book-without-any-user-interface – Devraj Dec 28 '11 at 06:57