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.

Tasks

Properties

curve

The progress of the circle.

@property (nonatomic, assign) TKAnimatedCounterLabelAnimationCurve curve

Declared In

TKAnimatedCounterLabel.h

numberFormatter

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 *numberFormatter

Declared In

TKAnimatedCounterLabel.h