Skip to content

Commit 985816c

Browse files
authored
Update README.md
1 parent 171b8bf commit 985816c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ To run the example project, clone the repo, and run `pod install` from the Examp
1919
lblAmount.text(num:192398)
2020
```
2121

22+
```swift
23+
lblAmount.setCurrency(symbol: "")
24+
lblAmount.text(num:192398, showCurrency:true)
25+
```
26+
2227
## Installation
2328

2429
SpringText is available through [CocoaPods](https://cocoapods.org). To install

0 commit comments

Comments
 (0)