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 27ba53c commit ff19ca7Copy full SHA for ff19ca7
README.md
@@ -23,7 +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
+Default currency symbol is `dollor` sign `$`
27
```swift
28
lblAmount.setCurrency(symbol: "₩")
29
lblAmount.text(num:192398, showCurrency:true)
0 commit comments