Recently I have done quite an amount of work on formatting currency in Swift project, here are some tricks on how to format number in Swift:
Format currency with auto currency symbol
By using the NumberFormatter class, we can convert numbers into string(s), and vice versa. More conveniently, we