Skip navigation.
 
mlRe: Cleaning up my Data Model
FROM : Kai
DATE : Fri Jul 25 22:45:06 2008

Yes, there is: IB 3.1 (coming with Xcode 3.1) lists all "Referencing 
Bindings" pointing to an object under the "Connections" tab.

Hope this helps.
Kai


On 25.7.2008, at 18:06, Richard Gutierrez wrote:

> 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_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlCleaning up my Data Model Richard Gutierrez Jul 24, 01:34
mlRe: Cleaning up my Data Model Ron Lue-Sang Jul 25, 03:44
mlRe: Cleaning up my Data Model Richard Gutierrez Jul 25, 18:06
mlRe: Cleaning up my Data Model Kai Jul 25, 22:45