Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

I can't able to display the currency like $1.00 or $100, but I can able to display currency $1.01, $100.25 like that with decimals. #89

Open
SubbaNelakudhiti opened this issue Jan 30, 2018 · 0 comments

Comments

@SubbaNelakudhiti
Copy link

SubbaNelakudhiti commented Jan 30, 2018

Here's how I code.
class statement
{
var amountDue: Money?
}
statement.amountDue = 100.00
It displays as $ in the UI Screen, but when I used statement.amountDue = 100.25 it's showing properly on UI.

My pod 'Money', '~> 4.0.0'
Working on Swift 4.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant