We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe8bb6 commit 27ba53cCopy full SHA for 27ba53c
README.md
@@ -23,6 +23,7 @@ The usage is very similar to `UITextField` text properties.
23
lblAmount.text(num:192398)
24
```
25
26
+Default Currency Symbol is `dollor` Sign
27
```swift
28
lblAmount.setCurrency(symbol: "₩")
29
lblAmount.text(num:192398, showCurrency:true)
0 commit comments