When converting NSString to constants, I usually use
[@"..." UTF8String];
I was just looking over apple docs on address book programming and i see they use the macro
CFSTR("...");
Out of curiousity, I'm just wondering is there any different between the two?