EFCountingLabel
EFCountingLabel copied to clipboard
Adds animated counting support to UILabel.
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFCountingLabel/blob/master/README.md), but there...
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ x] I have read the [README.md](https://github.com/EFPrefix/EFCountingLabel/blob/master/README.md), but...
well...pretty much changes. Only core logic left. core interface: ```swift public protocol EFCount { func countFrom(_ startValue: CGFloat, to endValue: CGFloat, withDuration duration: TimeInterval) func countFromCurrentValueTo(_ endValue: CGFloat, withDuration duration:...
I'm just curious if there is anything that we can leverage from the new Combine Framework? Like separating the numeric value as a Publisher, and the label as a Subscriber?...