SpringText

iOS Spinning Count Animation Label Framework.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

SpringText

Requirements

  • iOS 9.3

Usage

The usage is very similar to UITextField text properties.
SPLabel has two options: Normal, Currency

lblAmount.text(num:192398)
Swift

Default currency symbol is dollor sign $

lblAmount.setCurrency(symbol: "₩")
lblAmount.text(num:192398, showCurrency:true)
Swift

Installation

SpringText is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'SpringText'
Ruby

Author

comcxx11, comcxx11@gmail.com

GitHub

iOS Spinning Count Animation Label Framework.Read More

Latest commit to the master branch on 2-14-2022
Download as zip