Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ABRecordCopyValue(thisPerson, kABPersonAddressProperty);
这个人是 ABRecordRef
谢谢
做就是了:
NSLog(@"%@",[ABRecordCopyValue(thisPerson, kABPersonAddressProperty) class]);
这应该告诉你返回的是什么类。
根据文档,返回类型是CFTypeRef
CFTypeRef
iOS 文档说:CFTypeRef - 还是我误会了?
问候克里斯