How can I wait for ABPeoplePickerNavigationController be dismissed

Posted by user306804 on Stack Overflow See other posts from Stack Overflow or by user306804
Published on 2010-04-01T15:36:48Z Indexed on 2010/04/01 15:43 UTC
Read the original article Hit count: 184

Filed under:
|

How can I wait for the contact to be chosen in my address book, before going on?

Hereunder the code I use

BPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init];
picker.peoplePickerDelegate = self;
[self presentModalViewController:picker animated:YES];

//following code

Right now it just proceeds with executing the code...

Thanks

© Stack Overflow or respective owner

Related posts about addressbook

Related posts about iphone