FROM : mmalc crawford
DATE : Mon Feb 18 21:28:45 2008
On Feb 18, 2008, at 2:35 AM, Mike Abdullah wrote:
>>> [self willChangeValueForKey:@"theArray"];
>>> // changes to the contents of the array
>>> [self didChangeValueForKey:@"theArray"];
>>
> There is nothing technically wrong with doing this,
>
Yes there is -- you're sending a KVO notification for something that
didn't happen.
mmalc
DATE : Mon Feb 18 21:28:45 2008
On Feb 18, 2008, at 2:35 AM, Mike Abdullah wrote:
>>> [self willChangeValueForKey:@"theArray"];
>>> // changes to the contents of the array
>>> [self didChangeValueForKey:@"theArray"];
>>
> There is nothing technically wrong with doing this,
>
Yes there is -- you're sending a KVO notification for something that
didn't happen.
mmalc
| Related mails | Author | Date |
|---|---|---|
| Davide Scheriani | Feb 11, 14:28 | |
| Mike Abdullah | Feb 11, 14:59 | |
| Davide Scheriani | Feb 11, 16:51 | |
| Mike Abdullah | Feb 16, 16:14 | |
| Hans van der Meer | Feb 16, 18:34 | |
| mmalc crawford | Feb 17, 03:25 | |
| Hans van der Meer | Feb 18, 10:26 | |
| Mike Abdullah | Feb 18, 11:35 | |
| Davide Scheriani | Feb 18, 12:01 | |
| Hans van der Meer | Feb 18, 21:18 | |
| mmalc crawford | Feb 18, 21:24 | |
| mmalc crawford | Feb 18, 21:28 |






Cocoa mail archive

