Re: Selecting an object based on the value of one of its attributes
Re: Selecting an object based on the value of one of its attributes
- Subject: Re: Selecting an object based on the value of one of its attributes
- From: Kyle Sluder <email@hidden>
- Date: Mon, 3 May 2010 15:32:10 -0700
On Mon, May 3, 2010 at 3:24 PM, Lynn Barton <email@hidden> 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 (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