Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know of a wrapper for the Addressbook framework for iphone?

Anyone know of a wrapper for the AddressBook framework that makes it a bit friendlier to use?

like image 750
Toby Allen Avatar asked Jul 26 '10 20:07

Toby Allen


People also ask

What framework does iOS use?

The UIKit framework provides the required infrastructure for your iOS or tvOS apps.

Is there an API for Apple contacts?

The Contacts framework provides Swift and Objective-C APIs to access the user's contact information.

Does iPhone have an Address Book?

Tap the Phone app to open it and tap the Contacts icon or launch the Contacts app from the home screen. Browse your contacts or enter a name in the search bar at the top of the screen. If you don't see the search bar, pull down from the middle of the screen. Tap the contact you want to edit.

What is Address Book in iPhone?

The Address Book is a centralized database containing contacts and their personal information. Users enter personal information about themselves and their friends only once, instead of entering it repeatedly whenever the information is used.


2 Answers

Yes, Erica Sadun has developed an awesome Objective-C AddressBook wrapper framework.

I've personally used it in my projects, and I can attest that it works very well.

Check it out at Github.

like image 126
Jacob Relkin Avatar answered Sep 28 '22 13:09

Jacob Relkin


I recently completed a comprehensive iOS / iPhone wrapper framework that is available on GitHub. https://github.com/heardrwt/RHAddressBook

like image 31
Richard H. Avatar answered Sep 28 '22 12:09

Richard H.