keyPathsForValuesAffectingValueFor<key>: not updating immediately
keyPathsForValuesAffectingValueFor<key>: not updating immediately
- Subject: keyPathsForValuesAffectingValueFor<key>: not updating immediately
- From: Brad Gibbs <email@hidden>
- Date: Mon, 26 Oct 2009 18:07:41 -0700
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 (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