public
Description: A wrapper for the iPhone's C-based AddressBook framework.
Homepage: http://alanquatermain.net/
Clone URL: git://github.com/AlanQuatermain/iPhoneContacts.git
name age message
file .gitignore Thu Jul 02 09:31:34 -0700 2009 Added project file and prefix header; project n... [AlanQuatermain]
file ABAddressBook.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABAddressBook.m Thu Jul 02 09:30:40 -0700 2009 Fixed compiler warning on pointer equality (see... [AlanQuatermain]
file ABAddressBookUI.h Sat Jul 04 14:27:35 -0700 2009 Fixed header comments on new files (forgot to s... [AlanQuatermain]
file ABAddressBookUI.m Sat Jul 04 14:27:35 -0700 2009 Fixed header comments on new files (forgot to s... [AlanQuatermain]
file ABGroup.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABGroup.m Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABMultiValue.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABMultiValue.m Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABPerson.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABPerson.m Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABProperties.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABRecord.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABRecord.m Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file ABRefInitialization.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file AddressBook.h Wed Jul 01 19:42:46 -0700 2009 Moved API into its own project. Tweaked some ro... [AlanQuatermain]
file README.textile Wed Jul 01 19:54:40 -0700 2009 Added a link to the corresponding Lighthouse pr... [AlanQuatermain]
directory iPhoneContacts.xcodeproj/ Sat Jul 04 14:25:40 -0700 2009 Added UI categories to the framework. Include "... [AlanQuatermain]
file iPhoneContacts_Prefix.pch Thu Jul 02 09:31:34 -0700 2009 Added project file and prefix header; project n... [AlanQuatermain]
README.textile

iPhone AddressBook Objective-C Wrapper APIs

The classes in this project implement a (currently lightweight) wrapper around the iPhone’s pure-C AddressBook framework. Currently it simply plays nicely with things like autorelease pools and implements other Objective-C paradigms such as property-based accessors. In the future I hope to make it look and behave in a manner similar to the ObjC AddressBook APIs in Mac OS X.

This project was originally part of AQToolkit. For the brief history of this code prior to the start of this project, see that one.

To file bugs, please see the corresponding Lighthouse project.