Compare selector

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Compare selector

Ang BeePeng
Hi,

I need to compare current method with method #printIt in InterpreterSimulator.

I tried to print the method name and compare with selector #printIt. Printing method name is very slow.

Is there any other way to do this? Is there a way to get method pointer to selector #printIt? If yes, that #printIt is in the same class as current method?

Thanks.

Ang Beepeng