Skip to content

Commit

Permalink
Updated readme with 'APContact+EasyMapping'
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Nov 12, 2015
1 parent 8278ff1 commit acb7f11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img src="https://dl.dropboxusercontent.com/u/2334198/APAddressBook-git-teaser.png">

[![Build Status](https://api.travis-ci.org/Alterplay/APAddressBook.svg)](https://travis-ci.org/Alterplay/APAddressBook)

APAddressBook is a wrapper on [AddressBook.framework](https://developer.apple.com/library/ios/documentation/AddressBook/Reference/AddressBook_iPhoneOS_Framework/_index.html) that gives easy access to native address book without pain in a head.
Expand Down Expand Up @@ -101,7 +102,7 @@ addressBook.sortDescriptors = @[
> Callback block will be run on main queue! If you need to run callback block on custom queue use `loadContactByRecordID:onQueue:completion:` method
** Load contact photo by address book record ID **
**Load contact photo by address book record ID**
```objective-c
[addressBook loadPhotoByRecordID:recordID completion:^(UIImage *image)
{
Expand Down Expand Up @@ -173,6 +174,10 @@ self.addressBook.loadContacts(
})
```

#### APContact serialization

Use [APContact-EasyMapping](https://github.com/JeanLebrument/APContact-EasyMapping) by [Jean Lebrument](https://github.com/JeanLebrument)

#### 0.1.x to 0.2.x Migration guide
[Migration Guide](https://github.com/Alterplay/APAddressBook/wiki/0.1.x-to-0.2.x-migration-guide)

Expand Down

0 comments on commit acb7f11

Please sign in to comment.