hezhk3 / NSTimer-hzk_Block

NSTimer Category to provide block usage on device before iOS 10.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSTimer-hzk_Block

NSTimer Category to provide block usage on device before iOS 10.0

Will directly use corresponding system implementation for iOS 10.0+ device

+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block;
+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block;

About

NSTimer Category to provide block usage on device before iOS 10.0


Languages

Language:Objective-C 100.0%