EFCountingLabel
EFCountingLabel copied to clipboard
Combine Framework?
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
I think compatibility is a problem, or do you just want to implement similar designs using existing APIs & grammars?
Well, similar design maybe. I don't know much about combine
yet anyway.