Skip navigation.
 
mlRe: Updating all bindings manually
FROM : mmalcolm crawford
DATE : Sun Jun 04 19:57:23 2006

On Jun 4, 2006, at 5:21 AM, Moray Taylor wrote:

> I know you can do something like
>    [self willChangeValueForKey:@"key"];
>    [self didChangeValueForKey:@"key"];
>

"No you can't."

You should not invoke these methods arbitrarily to try to remedy an 
inconsistency if values have got out of sync -- you should not have 
allowed values to get out of sync in the first place.

As Bill asked, "why do you need to do this?"

mmalc

Related mailsAuthorDate
mlUpdating all bindings manually Moray Taylor Jun 4, 14:21
mlRe: Updating all bindings manually Bill Bumgarner Jun 4, 17:46
mlRe: Updating all bindings manually mmalcolm crawford Jun 4, 19:57