〈extreme.framework/NSTimer+EFBlockSupport.h〉
1.5~[这是什么?]
+ef_scheduledTimerWithTimeInterval:block:repeats:[这是什么?]
使用 ef_scheduledTimerWithTimeInterval:block:repeats: 来避免循环引用。[这是什么?]
参数:
interval 循环周期 NSTimeInterval
block 执行块 void(^)(void)
repeats BOOL 是否循环执行,YES 循环执行 NO 执行一次
返回值:
NSTimer NSTimer实例。
1 | /** |