Skip to content

Releases: alshcompiler/SACountingLabel

Objective-c version

07 Feb 07:50
Compare
Choose a tag to compare

An objective-c version since i couldn't use the swift one in my objective-c project

you set the class of the text in the storyboard then use it like this :
[self.friendsCountLabel countFrom:0 to:friendsCount withDuration:1.5 andAnimationType:linear andCountingType:Int];

the animation types you can use are : linear, easeIn, easeOut, easeInOut
the counting types you can use are : Int, Float, Custom