Quote:
Originally Posted by anonymous
Only release it if it was made with alloc and init. If its just like NSString *mySTR = [NSString stringWithFormat:@"Hello World %f", myFloat]; Then you do NOT need to release it and if you do then it WILL crash.
|
True, but this creates an auto-released object. See my first post in this thread.