abrecordref Questions
2
Solved
How do I get a value as a Swift type from an object of type Unmanaged<AnyObject>. My example is using an ABRecordRef
I'm creating a contact object to manage once I get the ABRecordRef, but I...
Yuu asked 22/9, 2014 at 23:56
2
I would like to obtain a list of all the properties of an ABPersonRef and ABGroupRef without having to use the iOS predefined keys of kABPersonFirstNameProperty, kABPersonLastNameProperty... I'm pl...
Cchaddie asked 3/8, 2011 at 17:9
4
Solved
In my iPhone app, I have a class called Contact which consists of an ABRecordRef to serve as a reference to a particular contact.
I need to store groups of these contacts in NSUserDefaults, but th...
Despairing asked 14/7, 2011 at 16:19
1
Solved
I'm storing an array of ABRecordID (actually wrapped in NSNumber) into NSUserDefaults. So far so good but now I need to load those into ABRecordRef and can't find what function to use.
I'm just l...
Griswold asked 29/7, 2012 at 2:52
1
Solved
I'm trying to convert just ONE iPhone contact to a vCard using the build in methods. The docs say to use:
ABPersonCreateVCardRepresentationWithPeople(CFArrayRef people)
... but my delegate metho...
Smoothie asked 14/7, 2012 at 6:31
1
Solved
I use the ABAddressBook in my app.
The access to the AB is from a separate thread in order to release the UI.
I am aware of the fact that the access to the AB instance has to be from the same threa...
Gaudet asked 18/1, 2011 at 9:5
1
© 2022 - 2024 — McMap. All rights reserved.