Re: NSMutableArray help
Re: NSMutableArray help
- Subject: Re: NSMutableArray help
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 27 Jun 2008 16:46:52 -0600
On Jun 27, 2008, at 4:41 PM, Eric Lee wrote:
My question is, how do you add an object to a NSMutableArray,
-addObject:. This is in the NSMutableArray documentation...
and then have
to array display it?
Arrays usually serve as back-ends for NSTableView views (hint).
The book has a hint about a method, -
replaceObjectAtIndex:withObject:. How
do you implement that?
What do you mean? The method is already implemented as part of
NSMutableArray.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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