-2

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?

ttotto
  • 826
  • 3
  • 13
  • 31
  • Did you look at the documentation? They are totally different in nature. – matt May 14 '15 at 16:13
  • 4
    I'm voting to close this question as off-topic because it's about asking someone else to consult the documentation for you. – matt May 14 '15 at 16:14

1 Answers1

1

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

Jack C
  • 1,044
  • 2
  • 12
  • 22