# AnimatingLabel **Repository Path**: xu_pangpangpang/AnimatingLabel ## Basic Information - **Project Name**: AnimatingLabel - **Description**: 滚动数字库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AnimatingLabel Adds animation feature for numeric values in UILabel. ![](img/gif.gif) ## Usage ```swift 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"