Skip to content
This repository was archived by the owner on Jul 2, 2018. It is now read-only.
This repository was 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

@SubbaNelakudhiti

Description

@SubbaNelakudhiti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions