Re: Cleaning up my Data Model
Re: Cleaning up my Data Model
- Subject: Re: Cleaning up my Data Model
- From: Ron Lue-Sang <email@hidden>
- Date: Thu, 24 Jul 2008 18:44:06 -0700
Are you just trying to delete old array controllers that are in entity
mode? You'll have to go through each array controller one by one and
take a look at which entity they've been assigned.
Once you delete the controllers, the bindings to those controllers
will be deleted as well. So this shouldn't leave your nib in an
unusable state - if that's what you mean by "breaking" your bindings.
Maybe I'm misunderstanding what you're end goal is.
On Jul 23, 2008, at 4:34 PM, Richard Gutierrez wrote:
I have recently changed my data model structure, and am looking for
a way to
determine if any of my old array controllers are still bound to
objects in
my nib file. I have tons of bindings in my application and it would
take
entirely too long to go through the bindings one-by-one. I simply
need to
delete the "unused" Entities in my .xcdatamodel and all of the
corresponding
Array Controllers in my .nib file to clean it up without breaking any
bindings that may still exist with those entities. Any help in this
matter
would be greatly appreciated! Thank you!
_______________________________________________
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
--------------------------
RONZILLA
_______________________________________________
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