Closed ciumexan closed 4 years ago
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) }
Issue Description
Value of type 'EFCountingLabel' has no member 'format'
Description
upgraded to 5.1.1
Reproduce
Other Comment
Upgraded from EFCountingLabel (5.0.0) to EFCountingLabel (5.1.1)