¡@

Home 

2014/10/15 ¤U¤È 10:12:33

iphone Programming Glossary: phonelabel

Get iPhone phone number label from Address Book

http://stackoverflow.com/questions/5369423/get-iphone-phone-number-label-from-address-book

phones ABRecordCopyValue ref kABPersonPhoneProperty for CFIndex j 0 j ABMultiValueGetCount phones j NSString phoneLabel @ CFStringRef phoneNumberRef ABMultiValueCopyValueAtIndex phones j CFRelease phones NSString phoneNumber NSString phoneNumberRef.. j CFRelease phones NSString phoneNumber NSString phoneNumberRef CFRelease phoneNumberRef NSLog @ @ @ phoneNumber phoneLabel phoneNumber release iphone objective c ios abaddressbook phone number share improve this question Simply use ABMultiValueRef.. ABMultiValueCopyValueAtIndex phones j CFStringRef locLabel ABMultiValueCopyLabelAtIndex phones j NSString phoneLabel NSString ABAddressBookCopyLocalizedLabel locLabel CFRelease phones NSString phoneNumber NSString phoneNumberRef CFRelease..

How to get contacts detail of iphone and make CSV file of that contact

http://stackoverflow.com/questions/7118772/how-to-get-contacts-detail-of-iphone-and-make-csv-file-of-that-contact

j 0 j ABMultiValueGetCount phones j CFStringRef phoneNumberRef ABMultiValueCopyValueAtIndex phones j NSString phoneLabel NSString ABAddressBookCopyLocalizedLabel ABMultiValueCopyLabelAtIndex phones j NSString phoneNumber NSString phoneNumberRef.. temp NSMutableDictionary alloc init temp setObject phoneNumber forKey @ phoneNumber temp setObject phoneLabel forKey @ phoneNumber arPhone addObject temp temp release myAddressBook setObject arPhone forKey @ Phone arPhone release..