EFCountingLabel icon indicating copy to clipboard operation
EFCountingLabel copied to clipboard

Adds animated counting support to UILabel.

Results 4 EFCountingLabel issues
Sort by recently updated
recently updated
newest added

### 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?...

enhancement
question