CXCountDownLabel
is a subclass of UILabel. It provide an simple countdown animation.
- (void)setStartNumber:(NSInteger)startNumber endNumber:(NSInteger)endNumber countDownHandeler:(CXCountDownHandler)countDownHandeler;
- (void)start;
- (void)pause;
- (void)resume;
assign countInterval
to decide your countdown speed.
CXCountDownLabel is available under the MIT license. See the LICENSE file for more info.