Load ABRecordRef from ABRecordID in iOS

Viewed 2521

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 looking for the function that creates the ABRecordRef from an ABRecordID, that's all.

1 Answers
Related