I should retrieve/extract all the available properties of an ABPerson. The official documentation for IOS ABPerson Don't include the MACOS available method [ABPerson properties]
What can i do?
|
I should retrieve/extract all the available properties of an ABPerson. The official documentation for IOS ABPerson Don't include the MACOS available method [ABPerson properties] What can i do? |
|||||
|
|
You could create an NSArray/NSSet with all the properties found in the ABPerson reference under the Personal Information Properties header. Then just use a for-in to go through the NSArray like so.
|
||||
|
|