iOS What's the difference between AddressBook.framework and AddressBookUI.framework?

884 views Asked by At

I have to get email addresses from contacts, so I tried to add AddressBook.framework.
I found 2 similar frameworks.
What's the difference between AddressBook.framework and AddressBookUI.framework?
What should I use?

1

There are 1 answers

0
Jack C On BEST ANSWER

The Address Book framework provides access to the contact information.

The Address Book UI framework provides the user interface to display the information.

https://developer.apple.com/library/ios/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Introduction.html