Re: NSArrayController delete objects once removed
Re: NSArrayController delete objects once removed
- Subject: Re: NSArrayController delete objects once removed
- From: Matthew Delves <email@hidden>
- Date: Sun, 16 Dec 2007 23:59:56 +1100
On 16/12/2007, at 12:28 PM, Chris Hanson wrote:
On Dec 15, 2007, at 4:31 AM, Matthew Delves wrote:
The logic of my application is that there is an NSArrayController
which contains an array of object that are displayed in an
NSTableView.
Better would be to have the array of model-layer objects actually
owned by some other object in your system, and only *controlled* by
an NSArrayController.
I've separated them out, though the problem still remains. I have also
checked the 'Deletes objects on remove' inside of IB, though the
dealloc method isn't being called for the objects stored within the
array.
Any suggestions?
Thanks,
Matthew Delves
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden