开发者

ABPeoplePickerNavigationController - get an address from the ABRecordRef

开发者 https://www.devze.com 2022-12-30 17:41 出处:网络
Once I get an ABRecordRef from the ABPeopleNavigationController, how can I get the contact\'s street a开发者_运维技巧ddress(s) (if there is one)?Try

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

精彩评论

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