hi in the method
- (BOOL)peoplePickerNavigationController: (ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person {
im trying to simply access ABRecordRef as a variable, but i keep getting the error
expected expression before 'ABRecordRef'.
I can already get names and company info, but not the ABRecordRef.
What I am doing is:
NSLog(@"Contact Reference: %d", ABRecordRef);