danthorpe / Money

Swift value types for working with money & currency
MIT License
933 stars 91 forks source link

Passing in a currency string #73

Open dylankbuckley opened 7 years ago

dylankbuckley commented 7 years ago

It would be cool to somehow pass in a string such as "USD", "GBP" and have the Money object formatted based in that.

Is that currently possible?

codepushr commented 7 years ago

I'm using a switch currently. Would be great.