Re: NSArrayController
Re: NSArrayController
- Subject: Re: NSArrayController
- From: David Piasecki <email@hidden>
- Date: Tue, 3 Jan 2006 09:18:25 -0800
On Dec 27, 2005, at 8:41 AM, Camillo Lugaresi wrote:
Maybe you bound the wrong key in the nib?
I'm pretty sure the correct key was bound, but I suppose it's
possible I was doing that part incorrectly since I'm new to key
bindings in Cocoa.
LogArrayController looks like a class. You should stick to the
Cocoa convention of making variable and method names lowercase and
reserving uppercase for class names.
I never gave much thought to the convention. I will now. Makes my
code easier for others to read. Thanks for the advice.
That leaks 27 NSMutableDictionary instances.
Yes, I know if you allocate memory and don't release it, it leaks.
Still, I should get the desired output.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden