Re: NSArrayController removeObjects
Re: NSArrayController removeObjects
- Subject: Re: NSArrayController removeObjects
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 17 Sep 2004 11:09:12 -0700
If allThings is the array being controlled by the NSArrayController
controllerForAllThings then this will produce a crash:
[ controllerForAllThings removeObjects: allThings ];
Whereas this does work:
[ controllerForAllThings removeObjects: [ NSArray arrayWithArray:
allThings ] ];
Should this be documented?
It should either be documented, or (perhaps more likely) it's a bug.
This list, though, is not an official channel back to Apple; please
submit a bug report:
<http://bugreport.apple.com/>
mmalc
_______________________________________________
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