ciumexan opened this issue 5 years ago · 1 comments
Value of type 'EFCountingLabel' has no member 'format'
upgraded to 5.1.1
Upgraded from EFCountingLabel (5.0.0) to EFCountingLabel (5.1.1)
@ciumexan
You need to use setUpdateBlock instead, for example:
setUpdateBlock
myLabel.setUpdateBlock { value, label in label.text = String(format: "%.2f%%", value) }