项目介绍:
AnimatingLabel
Adds animation feature for numeric values in UILabel.
在UILabel中为数值添加滚动动画功能。
Usage
let label: UILabel
label.animate(to: 5.0)
label.animate(to: 5.0, duration: 1.0)
label.animate(to: 5.0, duration: 1.0, formatter: NumberFormatter(), easingOption: .easeInOut)
Installation
Carthage
github "codewise/AnimatingLabel"