Re: using a tableview delegate
Re: using a tableview delegate
- Subject: Re: using a tableview delegate
- From: Graham Cox <email@hidden>
- Date: Fri, 5 Feb 2010 22:13:16 +1100
On 05/02/2010, at 9:55 PM, Michael Thon wrote:
> Instead of putting my delegate methods in the window controller, should I instead subclass NSArrayController and put the delegate methods in there? Doesn't make sense to me to make a subclass just to add delegate methods.
No, it can be any object, it's just usually convenient for it to be the same controller that is also the datasource.
Where does the error you mention actually come from?
--Graham
_______________________________________________
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