Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Alterplay/APAddressBook
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Jan 5, 2016
2 parents 5cfb390 + acb7f11 commit ceb2f1f
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 @@ -102,7 +103,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 @@ -174,6 +175,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 ceb2f1f

Please sign in to comment.