实现了倒计时的 UILabel 子类:CXCountDownLabel

jopen 11年前

CXCountDownLabel是UILabel的一个子类。它提供了一个简单的倒计时动画。

- (void)setStartNumber:(NSInteger)startNumber endNumber:(NSInteger)endNumber countDownHandeler:(CXCountDownHandler)countDownHandeler;    - (void)start;  - (void)pause;  - (void)resume;

实现了倒计时的 UILabel 子类:CXCountDownLabel

项目主页:http://www.open-open.com/lib/view/home/1383218034421