¡@

Home 

2014/10/15 ¤U¤È 10:03:28

iphone Programming Glossary: abnewpersonviewcontroller

How to add a contact from within an app?

http://stackoverflow.com/questions/2395057/how-to-add-a-contact-from-within-an-app

creating a contact entry iphone iphone sdk 3.0 addressbook contacts share improve this question Apple provides ABNewPersonViewController . If you'd like some sample code see Quick Contacts in particular this section ABNewPersonViewController picker ABNewPersonViewController.. provides ABNewPersonViewController . If you'd like some sample code see Quick Contacts in particular this section ABNewPersonViewController picker ABNewPersonViewController alloc init picker.newPersonViewDelegate self UINavigationController navigation UINavigationController.. . If you'd like some sample code see Quick Contacts in particular this section ABNewPersonViewController picker ABNewPersonViewController alloc init picker.newPersonViewDelegate self UINavigationController navigation UINavigationController alloc initWithRootViewController..

Can ABNewPersonViewController be used to edit existing records?

http://stackoverflow.com/questions/4840394/can-abnewpersonviewcontroller-be-used-to-edit-existing-records

ABNewPersonViewController be used to edit existing records I'm trying to using ABNewPersonViewController to edit an existing record. I set the displayedPerson.. ABNewPersonViewController be used to edit existing records I'm trying to using ABNewPersonViewController to edit an existing record. I set the displayedPerson property and it shows up fine with all the info. If I hit 'Save' everything..