0

how to save home address "add new address" in iphone addressbook by programming, not interface?

Chatar Veer Suthar
  • 15,541
  • 26
  • 90
  • 154

2 Answers2

1

You need to an ABAddressBookRef. Read the following documentation, it shows you exactly how to do what you want: http://developer.apple.com/library/ios/#documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Chapters/BasicObjects.html%23//apple_ref/doc/uid/TP40007744-CH3-SW1

npellow
  • 1,985
  • 1
  • 16
  • 23
1

Have you read this section of the Address Book Framework Programming Guide?

Caleb
  • 124,013
  • 19
  • 183
  • 272