Anyone got any idea how to implement the address book on iOS, android or both?
It looks like Vidburn has it up, so there must be a way. I have part of it, but I’m getting hung up on passing it to the view controller…?
@implementation MyView
- (void)showPicker {
ABPeoplePickerNavigationController \*picker = [[ABPeoplePickerNavigationController alloc] init];
picker.peoplePickerDelegate = self;
[self presentModalViewController:picker animated:YES];
}
runs ok, but nothing shows up.
If anyone’s interested, I have a playhaven plugin we can swap… [import]uid: 95944 topic_id: 35323 reply_id: 335323[/import]