TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2015 |
SPMSupports SPM | ✗ |
Maintained by Sudeep Agarwal.
[] []
SACountingLabel is a highly customizable animated UILabel that can count, inspired by Tim Gostony's UICountingLabel. Originally created as an animated UI component for a game to display scores, SACountingLabel supports the use of various formats such as percentages, currencies and multiple decimal places. It can also be modified to use different animation modes such as linear, ease in, ease out as well as ease in and out.
To run the example project, clone the repo, and run pod install
from the Example directory first.
SACountingLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
`pod "SACountingLabel"'
And then run
$ pod install
Creating a SACountingLabel is the same as creating a UILabel:
Sudeep Agarwal, [email protected]
SACountingLabel is available under the MIT license. See the LICENSE file for more info.