I am trying to integrate the information in Addressbook into my iPhone application. Is there any way to push the view controller page into my current controller?
Thank you.
I am trying to integrate the information in Addressbook into my iPhone application. Is there any way to push the view controller page into my current controller?
Thank you.
That's an ABPersonViewController
. You can give it an ABRecordRef
(a person) from your address book and push it onto your navigation stack just as you would any other view controller.