Re: NSArrayController nib binding vs code binding
Re: NSArrayController nib binding vs code binding
- Subject: Re: NSArrayController nib binding vs code binding
- From: Kyle Sluder <email@hidden>
- Date: Mon, 18 Jul 2011 20:02:44 -0700
2011/7/18 Trygve Inda <email@hidden>:
> I have a class (MyClass) that conforms to the collection methods for mutable
> collections such as...
>
> -(void)insert<Key>:(NSArray *)locationArray atIndexes:(NSIndexSet *)indexes
What happens if instead of implementing the collection methods, you
just expose the NSMutableArray as a property directly?
--Kyle Sluder
_______________________________________________
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