I am working on a small framework, and the developer using it needs to supply their drawing method to redraw certain objects. But I don't know how to get their method name or use it to call the method when I want. So far I've found SEL, selector and @selector but these don't seem to quite do the job, even though that's what NSTimer uses. Unfortunately I don't know where NSTimer.m is hidden in the computer so I can't look at that. Can anyone help?
Nate
Nate