Re: literal strings - who do they belong to?

2009-07-12 Thread Ben Cox
NSString +stringByAppendingString:(NSString*) returns an autoreleased string. If you release it explicitly, your application will crash. -- Ben On Sun, Jul 12, 2009 at 11:16 AM, William Squires wrote: > According to Cocoa/ObjC memory-management, if you get an object (reference) > via "alloc","ne

Re: [IB] - how to delete action or outlet?

2009-07-18 Thread Ben Cox
On Sat, Jul 18, 2009 at 11:05 PM, KK wrote: > On Sun, Jul 19, 2009 at 11:40 AM, Scott Ribe >wrote: > > > > > > Once you have removed from source files and saved, then in the inspector > > panel, on the connections tab, you can click to remove... > > > I'm pretty sure once you remove the IBActio