APAddressBook icon indicating copy to clipboard operation
APAddressBook copied to clipboard

Easy access to iOS address book

Results 36 APAddressBook issues
Sort by recently updated
recently updated
newest added

Hi! Congratulations and thank you for APAddressBook. We are upgrading our project to use swift, so in order to include swift pods we need to use use_frameworks! Everything compiles fine,...

this is the code: @IBOutlet weak var activity: UIActivityIndicatorView! ``` let addressBook = APAddressBook() override func viewDidLoad() { super.viewDidLoad() self.registerCellClass(TableViewCell.self, forModelClass: APContact.self) self.addressBook.fieldsMask = APContactField.FirstName | APContactField.LastName | APContactField.Emails self.addressBook.sortDescriptors...

I'm having problems with the "startObserveChangesWithCallback" on devices that have many contacts. The function is called many times in a row without the contacts has actually been changed. For my...

**\* Skipped building APAddressBook due to the error: Dependency "APAddressBook" has no shared framework schemes

How do I display an APContact using ABPersonViewController? Or can APAddressBook supply me with a built in controller? What are my options here? I just want to use some pre-built...

I am new to pod and not sure how to use it. Any quick guide on how to import this library/source into my own xcode project in Object C++ ?...

Hi, ABAddressbook is a nice add on to the Addressbook framework. Exist plans to support the new Addressbook stack in iOS9?

Hi there, I'm trying to use the loadPhotoByRecordID:completion method, and I'm having compile issues... This is on XCode 7 in Swift. The following code generates an "Ambiguous reference to member...

Although a majority of the time I can fetch asynchronously, there one exception where by I need to perform a synchronous fetch for a contact image. Is this at all...

We're dealing with this problem http://stackoverflow.com/questions/11351454/dealing-with-duplicate-contacts-due-to-linked-cards-in-ios-address-book-api. Looking at the docs seems there's no way to filter those linked contacts using APAddressBook, is this true? Maybe I missed something?