Skip navigation.
 
mlRe: [SOLVED] noob question regarding proxy object returned by -selection method of NSArrayController
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

Related mailsAuthorDate
ml[SOLVED] noob question regarding proxy object returned by -selection method of NSArrayController Stuart Malin Jun 28, 20:06
mlRe: [SOLVED] noob question regarding proxy object returned by -selection method of NSArrayController Owen Yamauchi Jun 28, 20:14