On Mon, May 3, 2010 at 3:24 PM, Lynn Barton <lynnbar...@mac.com> wrote: > Roland, the application in question uses Core Data. To build a dictionary as > you suggest, I will need to wait until the array controller loads its > content, then iterate over all members of the array, putting the property in > question and the array index into the dictionary. How can I know immediately > (without any user action) that the content has finished loading? I can't use > awakeFromNib, as the content has not yet been loaded when that method is > called.
This sounds like something that should be happening at the model layer, not at the controller layer. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com