Releases: tbaranes/IncrementableLabel
Releases · tbaranes/IncrementableLabel
v4.0.0
API breaking changes
- Xcode 10.2 and swift 5 support
Enhancements
- Added optional variables for three increment methods to add color change animations. Created the UIColor+Blend extension to calculate the color at a certain percentage.
v3.0.0
Swift 4.2 and Xcode 10 support
v2.0.0
Swift 4 and Xcode 9 support
v1.2.0
API breaking changes
- Swift 3 support. README is up to date, please report if you find any diffs
- Some APIs have been updated to be more swifty, check out the README for more information
1.1.0
API breaking changes
- Use
Double
instead of Float
- #4
- The completion block is passed as a parameter in the
Increment***
methods
Enhancements
format
and easingRate
are now inspectable from the interface builder
1.0.1
- All properties are now public
- Fixed swift 2.2 warnings