Skip to content

Commit dc60b47

Browse files
committed
Improve ReadMe.md
1 parent f9f2248 commit dc60b47

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,20 @@ pod "KWTextStyleLabel"
2323
```
2424

2525
## How to use
26-
#
26+
2727
#### Add the class KWTextStyleLabel to label on storyboard
28-
#
29-
#
30-
<img src="addingKWTextStyleLabel.png" width="187" height="333">
31-
#
28+
29+
![Adding KWTextStyleLabel](addingKWTextStyleLabel.png)
30+
3231
#### Modifying character spacing and line spacing using storyboard
33-
#
34-
#
35-
<img src="modifyByStoryboard.png" width="187" height="333">
36-
#
32+
33+
![Modify in storyboard](modifyByStoryboard.png)
34+
3735
#### Or modifying character spacing and line spacing by programmatically
38-
#
39-
#
36+
4037
```swift
38+
import KWTextStyleLabel
39+
4140
@IBOutlet weak var label: KWTextStyleLabel!
4241

4342
label.characterSpacing = 3

0 commit comments

Comments
 (0)