Re: Cleaning up my Data Model
Re: Cleaning up my Data Model
- Subject: Re: Cleaning up my Data Model
- From: Richard Gutierrez <email@hidden>
- Date: Fri, 25 Jul 2008 09:06:26 -0700
- Acceptlanguage: en-US
- Thread-topic: Cleaning up my Data Model
Thanks for the response...
Ultimately what I am trying to do is determine which objects are bound to which array controllers. I understand that if I delete an array controller, all of the bindings associated with that array controller will be removed, but I need to know which items are associated with that array controller so I can re-bind them to the new array controllers that I am creating.
Basically, I am re-structuring my data model to get myself better organized. I need to transfer the bindings for my objects from my old array controllers to my new array controllers without leaving any objects that were bound to my old array controllers "unbound" when I delete the old array controllers.
My problem is that I cannot see which items are bound to my old array controllers without going through them one by one, which can take forever with the amount of objects I have. Is there an easier way to see all bound objects to an array controller?
_______________________________________________
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