FROM : Owen Yamauchi
DATE : Sat Jun 28 20:14:50 2008
How about [[controller selection] valueForKey:@"self"]? NSObject has a
-self method which just returns the receiver, and since the proxy
object must respond to the KVC query as if it were the underlying
object, you get the underlying object back.
Owen
DATE : Sat Jun 28 20:14:50 2008
How about [[controller selection] valueForKey:@"self"]? NSObject has a
-self method which just returns the receiver, and since the proxy
object must respond to the KVC query as if it were the underlying
object, you get the underlying object back.
Owen
| Related mails | Author | Date |
|---|---|---|
| Stuart Malin | Jun 28, 20:06 | |
| Owen Yamauchi | Jun 28, 20:14 |






Cocoa mail archive

