EFPrefix / EFCountingLabel

Adds animated counting support to UILabel.
https://swiftpackageindex.com/EFPrefix/EFCountingLabel
MIT License
499 stars 63 forks source link

Combine Framework? #24

Open Coeur opened 5 years ago

Coeur commented 5 years ago

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? https://developer.apple.com/documentation/combine

EyreFree commented 5 years ago

I think compatibility is a problem, or do you just want to implement similar designs using existing APIs & grammars?

Coeur commented 5 years ago

Well, similar design maybe. I don't know much about combine yet anyway.