diyora
Aug 28, 2008, 09:49 AM
Hello all,
I am newbie in cocoa.I am doing coding in cocoa touch.
I try code;
CFTypeRef address;
NSString *street = address objectForKey:(NSString*)kABPersonAddressStreetKey;
I get the output but it give me warning:invalid receiver type 'CFTypeRef'.
Thank you...
I am newbie in cocoa.I am doing coding in cocoa touch.
I try code;
CFTypeRef address;
NSString *street = address objectForKey:(NSString*)kABPersonAddressStreetKey;
I get the output but it give me warning:invalid receiver type 'CFTypeRef'.
Thank you...
