forum

Home / DeveloperSection / Forums / How to type-cast ABRecordRef into NSNumber in iOS

How to type-cast ABRecordRef into NSNumber in iOS

Anurag Sharma 1322 02-Dec-2015
I have successfully get device contact ID using this code:
ABRecordRef contactPerson = (__bridge ABRecordRef) allContacts[i];
but now my problem is how can I type-cast ABRecordRef value into NSNumber.
How can I solve this problem.


Updated on 06-Dec-2015

Can you answer this question?


Answer

1 Answers

Liked By