Hi,
I don't seem to figure out how to set a fixed precision, let's say 4.
I tried:
price = EUR(coin.price) // Double
...
cell.price.text = "\((price as EUR).formatted(withStyle: NumberFormatter.Style.decimal))"
Would be glad to get some insight, thanks!