Skip to content

Commit 8ed6582

Browse files
committed
Merged in update-readme-md (pull request #2)
Update of README.md file
2 parents d465f90 + 1cb9822 commit 8ed6582

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,43 @@ it, simply add the following line to your Podfile:
2222
pod "KWTextStyleLabel"
2323
```
2424

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
41+
@IBOutlet weak var label: KWTextStyleLabel!
42+
43+
label.characterSpacing = 3
44+
label.lineGap = 10
45+
label.text = "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
46+
```
47+
2548
## Author
2649

27-
Vinoth Anandan, vinoth@keepworks.com
50+
KeepWorks, ios@keepworks.com
51+
52+
## Credits
53+
54+
KWTextStyleLabel is owned and maintained by the [KeepWorks](http://www.keepworks.com/).
55+
56+
[![N|Solid](http://www.keepworks.com/assets/logo-800bbf55fabb3427537cf669dc8cd018.png)](http://www.keepworks.com/)
57+
58+
## Contributing
59+
60+
Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/keepworks/kwtextstylelabel.
2861

2962
## License
3063

31-
KWTextStyleLabel is available under the MIT license. See the LICENSE file for more info.
64+
KWTextStyleLabel is available under the [MIT License](http://opensource.org/licenses/MIT). See the LICENSE file for more info.

addingKWTextStyleLabel.png

13.6 KB
Loading

modifyByStoryboard.png

16.2 KB
Loading

0 commit comments

Comments
 (0)