The compiler gives me warning: "warning: assignment from distinct Objective-C type" for this line of code:
I changed the names of my umm, pointers to NSMutableString and NSString . Would they be considered variables or pointers to classes or... you tell me .
Thanks!
Code:
NSMutableString = [NSString substringWithRange:NSMakeRange( 1, 1 ) ];
I changed the names of my umm, pointers to NSMutableString and NSString . Would they be considered variables or pointers to classes or... you tell me .
Thanks!