Hi guys,
I am getting NSCFString for the code below:
NSString *urlString;
/* leak showing below line */
urlString = [urlString stringByReplacingOccurrencesOfString:@"\n" withString:@""];
I am not getting how to solve this please can any one help me to solve this leak.
Thanks In advance.