layervault / LVDebounce

An Objective-C library for debouncing NSTimers
MIT License
14 stars 6 forks source link

New method #7

Closed colasbd closed 8 years ago

colasbd commented 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.

codecaffeine commented 8 years ago

Feel free to open a PR that does this and I’ll review it.

colasbd commented 8 years ago

Thanks!