i have already searched many places many people have used ABAddressBookRef class but my xcode 4 does not recognize this i have imported and i have added the library/framework too but still the code was not recognized please help me in finding some working functions/classes/APIs which i call and they do there task THANK YOU EVERYONE
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I think you're after the ABPeoplePickerNavigationController.... |
|||
|
|
|
The AddressBook API should do what you need. Use the IBAction or gesture link to the button to present it. |
|||
|
|
|
You will have to use AddressBook framework, first add the refrence to the framework, Then import AddressBook.h in your class
Then start using
|
|||
|
|