Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 845 Bytes

File metadata and controls

36 lines (23 loc) · 845 Bytes

CXCountDownLabel

CXCountDownLabel is a subclass of UILabel. It provide an simple countdown animation.

countDownLabel.gif

##How to use

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

- (void)start;
- (void)pause;
- (void)resume;

assign countInterval to decide your countdown speed.

##Contact

Chris Xu

##License

CXCountDownLabel is available under the MIT license. See the LICENSE file for more info.

Bitdeli Badge