Re: nsarraycontroller, bindings and big databases
Re: nsarraycontroller, bindings and big databases
- Subject: Re: nsarraycontroller, bindings and big databases
- From: Jack Nutting <email@hidden>
- Date: Wed, 15 Feb 2006 13:40:19 +0100
On 2/15/06, Joris Mans <email@hidden> wrote:
>
> Wouldnt it be possible to just fill the NSArray with NSMutableDictionary
> subclasses ( or another class which is KVC compliant which i make myself)
> and at the moment the app asks for the data, query the database and get the
> values? In able for this to work i need to be sure that the column objects
> only ask the values of the visual items in the table.
Yup, that should work, too. You'll create a class that acts somewhat like
the faults in CoreData, fetching its data only when someone calls an
accessor that needs it.
--
// jack
// http://www.nuthole.com
_______________________________________________
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