Hi,

I have a Core Data app with a category on a model object, Address. The category has a method to return a fullAddress property, which is composed of the streetAddress, city, state and zipCode.

Updating one of the dependent properties only updates the fullAddress property after I've switched views. I've tried saving the context and reloading the view programmatically, but neither method works.

All of the text fields for the dependent keys are set in IB to continuously update values.

Is there any way to get fullAddress to update to reflect changes immediately?


Thanks.

Brad
_______________________________________________

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 arch...@mail-archive.com

Reply via email to