Skip to content

Commit e23420a

Browse files
committed
Merged in fix-issues-release (pull request #3)
Fixed issues #3 with the current release v0.1.1
2 parents f9f2248 + 9995503 commit e23420a

6 files changed

Lines changed: 13 additions & 30 deletions

File tree

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# KWTextStyleLabel
22

3-
<img src="screenshot.png" width="187" height="333">
3+
<img src="ScreenShots/screenshot.png" width="187" height="333">
44

5-
[![CI Status](http://img.shields.io/travis/Vinoth Anandan/KWTextStyleLabel.svg?style=flat)](https://travis-ci.org/Vinoth Anandan/KWTextStyleLabel)
65
[![Version](https://img.shields.io/cocoapods/v/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)
76
[![License](https://img.shields.io/cocoapods/l/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)
87
[![Platform](https://img.shields.io/cocoapods/p/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)
@@ -23,21 +22,20 @@ pod "KWTextStyleLabel"
2322
```
2423

2524
## How to use
26-
#
25+
2726
#### Add the class KWTextStyleLabel to label on storyboard
28-
#
29-
#
30-
<img src="addingKWTextStyleLabel.png" width="187" height="333">
31-
#
27+
28+
![Adding KWTextStyleLabel](ScreenShots/addingKWTextStyleLabel.png)
29+
3230
#### 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-
#
31+
32+
![Modify in storyboard](ScreenShots/modifyByStoryboard.png)
33+
34+
#### Or modifying character spacing and line spacing programmatically
35+
4036
```swift
37+
import KWTextStyleLabel
38+
4139
@IBOutlet weak var label: KWTextStyleLabel!
4240

4341
label.characterSpacing = 3
@@ -57,7 +55,7 @@ KWTextStyleLabel is owned and maintained by the [KeepWorks](http://www.keepworks
5755

5856
## Contributing
5957

60-
Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/keepworks/kwtextstylelabel.
58+
Bug reports and pull requests are welcome on GitHub at https://github.com/keepworks/KWTextStyleLabel.
6159

6260
## License
6361

_Pods.xcodeproj

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)