You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: