-cancelPreviousPerformRequestsWithTarget:selector:object:
is a class method on NSRunLoop
, not NSObject
. You might start by fixing that. I haven't found that method to be entirely reliable in the past, though, so if you continue having problems then you might need to look for another solution.
Noah Witherspoon
2010-05-19 04:16:37