Skip to content

Commit 81b71ba

Browse files
Fix issues with the current release v0.1.1
1 parent f9f2248 commit 81b71ba

6 files changed

Lines changed: 12 additions & 29 deletions

File tree

.travis.yml

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

README.md

Lines changed: 12 additions & 14 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="ScreenShot/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](ScreenShot/addingKWTextStyleLabel.png)
29+
3230
#### Modifying character spacing and line spacing using storyboard
33-
#
34-
#
35-
<img src="modifyByStoryboard.png" width="187" height="333">
36-
#
31+
32+
![Modify in storyboard](ScreenShot/modifyByStoryboard.png)
33+
3734
#### Or modifying character spacing and line spacing by programmatically
38-
#
39-
#
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)