https://github.com/mrhyh/timer
iOS定时器汇总
https://github.com/mrhyh/timer
nstimer
Last synced: about 1 year ago
JSON representation
iOS定时器汇总
- Host: GitHub
- URL: https://github.com/mrhyh/timer
- Owner: mrhyh
- Created: 2016-05-03T16:10:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T05:18:04.000Z (over 8 years ago)
- Last Synced: 2025-06-13T18:57:19.493Z (about 1 year ago)
- Topics: nstimer
- Language: Objective-C
- Size: 21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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”里提供了三个接口。
当然你也可以选择按自己的需求修改代码、增删接口:)