0

How can I add an address to a Address Book contact in iPhone?

Jerem
  • 123
  • 1
  • 4

1 Answers1

2

Well, in order to search/view the Apple developer iOS reference you will need to join (for free).

http://developer.apple.com/library/ios/navigation/

http://developer.apple.com/library/ios/#documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html

Its a decent resource, and it shows you examples (most of the time).

Kris Krause
  • 7,304
  • 2
  • 23
  • 26
  • 2
    Another useful resource is the Address Book Programming Guide. https://developer.apple.com/library/ios/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/100-Introduction/Introduction.html#//apple_ref/doc/uid/TP40007744-CH1-SW1 – Kris Markel Sep 30 '10 at 19:06