Address Book Framework and POP, IMAP, or ActiveSync Contacts
Posted
by James Ellis
on Stack Overflow
See other posts from Stack Overflow
or by James Ellis
Published on 2010-05-20T04:17:58Z
Indexed on
2010/05/20
4:20 UTC
Read the original article
Hit count: 315
iphone
Can the ABPeoplePickerNavigationController be called to display Contacts from a different account than the default? For example, a gmail, or Exchange account? I've read the ABAddressBook documentation and all I find is code below to the default Address Book on the iphone.
ABAddressBookRef addressBook = ABAddressBookCreate();
© Stack Overflow or respective owner