Page 1 of 1

Getting selector of method

PostPosted: Wed Nov 14, 2012 7:33 am
by udo.killermann
Bernd,

many advanced features of cocoa take a SEL as argument to call back a user supplied method. Is there an other way than to write my own extension to do this?

Regards
Udo

Re: Getting selector of method

PostPosted: Wed Nov 14, 2012 3:29 pm
by berndnoetscher
udo.killermann wrote:Bernd,

many advanced features of cocoa take a SEL as argument to call back a user supplied method. Is there an other way than to write my own extension to do this?

Regards
Udo


Hi Udo

This feature would need a change of the compiler. Cannot think of another possibility.