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
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 mails | Author | Date |
|---|---|---|
| Moray Taylor | Jun 4, 14:21 | |
| Bill Bumgarner | Jun 4, 17:46 | |
| mmalcolm crawford | Jun 4, 19:57 |






Cocoa mail archive

