NSString *cellT = (__bridge NSString*) ABMultiValueCopyLabelAtIndex(numbersArr, j);this code will print:
NSLog(@"Contact Type: %@", cellT);
_$!<Work>!$_
But I want only Work to display, how can I do this?
home / developersection / forums / how to convert return value of abmulivaluecopylabelatindex into nsstring in ios
NSString *cellT = (__bridge NSString*) ABMultiValueCopyLabelAtIndex(numbersArr, j);this code will print:
NSLog(@"Contact Type: %@", cellT);
Tarun Kumar
05-Dec-2015