does anybody know if it is possible to cancel already queued selector events from the event stack or timer stack (or whatever mechanism it is that is utilized by the API) wh
In order to cancel all previous perform requests, you may use :
[NSObject cancelPreviousPerformRequestsWithTarget:self];