TKAnimatedCounterLabel Class Reference
| Inherits from | UIView |
| Declared in | TKAnimatedCounterLabel.h TKAnimatedCounterLabel.m |
Overview
TKAnimatedCounterLabel is a label used specifically to animate the counting up or down of a number.
Properties
curve
The progress of the circle.
@property (nonatomic, assign) TKAnimatedCounterLabelAnimationCurve curveDeclared In
TKAnimatedCounterLabel.hnumberFormatter
The number formatter used to generate the text string for a numer. If you want to count money, you should change this to a current style formatter.
@property (nonatomic, strong) NSNumberFormatter *numberFormatterDeclared In
TKAnimatedCounterLabel.h