We are wanting to implement the UnknownPersonViewController.
Want to achieve the following:
- Make a new person object.
- Set a few values for the person that we know already (First Name, Last Name, Email etc)
- wire the person the the view controllers displayedPerson
- Push the UnknownPersonViewController
- Interact with it
- Save the relevant address book entry so my app knows the person is linked to an address book item.
- In future my app knows this person is no longer unknown and hence displays the ABPersonViewController.
Ive got the core concepts in Address Book Programming Guide on the page Interacting Using UI Controllers
But sample code is sparse, would love a link to some code that has already hooked this type of thing up.
Cheers