Status of @"" strings
Status of @"" strings
- Subject: Status of @"" strings
- From: Rob Rix <email@hidden>
- Date: Thu, 12 Jul 2001 03:27:36 -0400
This has been bothering me for a while now...
What is the status of strings in your code that have been created using
the @"" shorthand? It's shorthand for creating an NSString instance, yes
(I seem to recall reading that, and also I seem to recall sample code
somewhere that had an @"" string as the receiver of a message)? Is it
autoreleased?
I'm just wondering how all these things integrate into the system.
Thanks,
-- Rob
Flying is not difficult. Surviving the (crash) landing is difficult.