Implementing Table Selection Support for Custom Controller?
Implementing Table Selection Support for Custom Controller?
- Subject: Implementing Table Selection Support for Custom Controller?
- From: Colin Cornaby <email@hidden>
- Date: Wed, 25 Apr 2007 10:46:04 -0700
Hi,
I'm writing my own custom controller that does not use an NSArray for
it's backing (it uses a remote array of objects). I'm basically
trying to mimic an NSArrayController and am trying to figure out how
to implement the the selection observing of a table view that
NSArrayController does.
I've tried subclassing an NSArrayController before but the issue I
had was that the selection stuff again didn't work because it was
trying to map the selection to NSArrayController's internal content
array, which of course didn't have any objects in it because I was
using my own remote data source for my content.
Any ideas?
Thanks,
Colin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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