png666 / CCPCountdownDemo

倒计时功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCPCountdownDeme

实现倒计时功能

##效果图

Image text

使用指南

####1.自定义Button 继承自CCPCountDownButton

####2.设置button的属性

//设置button的title的原始显示颜色,默认的是红色

self.CCPCountDownBtn.originalColor = [UIColor purpleColor];

//设置button的title的倒计时时显示颜色,默认的是蓝色

self.CCPCountDownBtn.processColor = [UIColor greenColor];

//设置倒计时的时间,默认是60s

self.CCPCountDownBtn.durationOfCountDown = 10;

About

倒计时功能

License:GNU General Public License v3.0


Languages

Language:Objective-C 100.0%