An open API service indexing awesome lists of open source software.

https://github.com/mrhyh/timer

iOS定时器汇总
https://github.com/mrhyh/timer

nstimer

Last synced: about 1 year ago
JSON representation

iOS定时器汇总

Awesome Lists containing this project

README

          

# JX_GCDTimerManager

在[JX_GCDTimer ](https://github.com/Joeyqiushi/JX_GCDTimer)基础上添加了几个其他定时器的Demo.

NSTimer like tool implemented using GCD.

使用时只需将“JX_GCDTimerManager.h”和“JX_GCDTimerManager.m”加入工程。

在需要使用的文件里引入“JX_GCDTimerManager.h”,“JX_GCDTimerManager.h”里提供了三个接口。

当然你也可以选择按自己的需求修改代码、增删接口:)