Re: Key-Value Observing implementation

2005-06-22 Thread Gregory John Casamento
-Value Observing feature. Is somebody already working on it, or may I start it? I may not be starting on this right away and I don't want to hold you up. If you are ready to start, please go ahead and implement whatever you feel you need to. Sounds like my partial implementation

Key-Value Observing implementation

2005-06-17 Thread =?iso-8859-2?b?U2G5bw==?= Kiselkov
Hi. I'm working on a CoreData implementation for GNUstep, but that depends on the Key-Value Observing feature. Is somebody already working on it, or may I start it? ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo

Key-value observing

2005-03-02 Thread Stefan Urbanek
Hi, Is anyone working on the Key-value observing? http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueObserving/index.html In the documentation one can read: Automatic key-value observing is implemented using a technique called isa-swizzling. The isa pointer, as the name