Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/szlsay/stcountdownbutton

一个方便的倒计时按钮
https://github.com/szlsay/stcountdownbutton

Last synced: about 1 month ago
JSON representation

一个方便的倒计时按钮

Awesome Lists containing this project

README

        

# STCountDownButton
一个简单易用的倒计时按钮

![image](https://github.com/STShenZhaoliang/STCountDownButton/blob/master/show.gif)

### 接口
/**
* 1.设置秒数
*/
@property (nonatomic, assign)NSInteger second;

/**
* 2.开始倒计时
*/
- (void)start;

/**
* 3.结束倒计时
*/
- (void)stop;