I am trying to replicate the iPhone's default behavior for adding a phone number to an existing contact. To clarify, I am talking about the UI, not programmatically.
My first attempt was to present an ABPeoplePickerNavigationController and when the user selects a person, present a ABNewPersonViewController with the selected person. The problem with this method is that if the user hits the cancel button, the contact is deleted from the address book.