Hello! I've completed set up exactly as you have it in the example and the number displayed is always blurry.
I'm using it in a UITableViewCell and adding it to a subview on the cell's awakeFromNib.
Any ideas why it's blurry?
Update: I just set shouldRasterize to false and added contentsScale = UIScreen.main.scale below setting rasterize in CharLayer and DigitLayer and it's no longer blurry and animating just fine.

Hello! I've completed set up exactly as you have it in the example and the number displayed is always blurry.
I'm using it in a UITableViewCell and adding it to a subview on the cell's
awakeFromNib.Any ideas why it's blurry?
Update: I just set
shouldRasterizeto false and addedcontentsScale = UIScreen.main.scalebelow setting rasterize inCharLayerandDigitLayerand it's no longer blurry and animating just fine.