开发者

ABPeoplePickerNavigationController - get an address from the ABRecordRef

Once I get an ABRecordRef from the ABPeopleNavigationController, how can I get the contact's street a开发者_运维技巧ddress(s) (if there is one)?


Try

NSString* street = ABRecordCopyValue (record, kABPersonAddressStreetKey);

For more information on property types see ABPerson reference.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜