Inserting objects in content array
Inserting objects in content array
- Subject: Inserting objects in content array
- From: Don Rainwater <email@hidden>
- Date: Wed, 12 May 2004 15:45:15 -0400
I have an application that retrieves records from a database, then
stuffs them into an array that is managed by an NSArrayController.
Currently, I put all of the returned records into the array myself,
then call [arrayController rearrangeObjects] to have the updated
content array displayed. This seems to be working fine, but would it
be better/faster to use [arrayController addObject:aRecord] instead?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.