Hi All,

I need a little advice on the "right way" to do something: I have an array controller bound to a core data store and the objects are presented in a table view. When it comes to inserting, I need to check that one of the properties specified by the user is unique before doing anything else. So in my view controller, should I be:
- looking through the NSArrayController for a match
- using the moc attached to the array controller to do a fetch?

I suspect the latter, but I want to check that I haven't missed a simpler solution.

ta,
pt.
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to