Closed colasbd closed 8 years ago
What do you think of adding a new method
+ (void)fireAfter:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelector withObject:(id)anArgument;
?
There would be one timer per argument.
Feel free to open a PR that does this and I’ll review it.
Thanks!
What do you think of adding a new method
+ (void)fireAfter:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelector withObject:(id)anArgument;
?
There would be one timer per argument.