WFTimer:块支持的 NSTimer 类别方法

时间:2024-07-20 20:42:57
【文件属性】:

文件名称:WFTimer:块支持的 NSTimer 类别方法

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-20 20:42:57

Objective-C

NSTimer+WFBlocks NSTimer 的简单块支持。 ###用法 除了提供一个 ^(NSTimer*) 块,每次定时器触发时都会执行该块,只需像普通定时器一样使用即可。 实现了以下类方法: +(NSTimer*)scheduledTimerWithTimeInterval:(NSTimeInterval)interval block:(WFTimerBlock)block repeats:(BOOL)repeats; +(NSTimer*)timerWithTimeInterval:(NSTimeInterval)interval block:(WFTimerBlock)block repeats:(BOOL)repeats; ####弧 目前,这仅使用 arc 进行了测试。 它不是为了支持非弧环境而有意编写的,但它可能会意外工作。 ####User Info 如果


【文件预览】:
WFTimer-master
----.gitignore(204B)
----NSTimer+WFBlocks.h(476B)
----LICENSE(1KB)
----README.md(1007B)
----NSTimer+WFBlocks.m(1KB)

网友评论