We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f2248 commit dc60b47Copy full SHA for dc60b47
1 file changed
README.md
@@ -23,21 +23,20 @@ pod "KWTextStyleLabel"
23
```
24
25
## How to use
26
-#
+
27
#### Add the class KWTextStyleLabel to label on storyboard
28
29
30
-<img src="addingKWTextStyleLabel.png" width="187" height="333">
31
+
32
#### Modifying character spacing and line spacing using storyboard
33
34
35
-<img src="modifyByStoryboard.png" width="187" height="333">
36
+
37
#### Or modifying character spacing and line spacing by programmatically
38
39
40
```swift
+import KWTextStyleLabel
41
@IBOutlet weak var label: KWTextStyleLabel!
42
43
label.characterSpacing = 3
0 commit comments