Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szlsay/stcountdownbutton
一个方便的倒计时按钮
https://github.com/szlsay/stcountdownbutton
Last synced: about 1 month ago
JSON representation
一个方便的倒计时按钮
- Host: GitHub
- URL: https://github.com/szlsay/stcountdownbutton
- Owner: szlsay
- License: mit
- Created: 2015-11-18T07:26:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T07:04:40.000Z (almost 9 years ago)
- Last Synced: 2023-03-21T00:51:07.033Z (almost 2 years ago)
- Language: Objective-C
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;