Quote:
Originally Posted by Scott Stahurski
not when the construction of the string is created by different methods 
|
True, but the only examples I'd seen in this thread build the string within one line of code such as:
Code:
NSString *aString = [NSString stringWithFormat:@"%@%@%@",@"Sig",@"nerI",@"dentit y"];
which would compile to leave a clean string. I'm about ready to release my app so very interested in this stuff and would like to be as sure as I can be that my app won't be cracked (I'm still amazed Apple seemed to have dropped the ball with this, but then who knows what 3.0 will be bringing)