@@ -14,23 +14,6 @@ A label with padding for iOS
1414- iOS 8.0 or later
1515- Xcode 9.0 or later
1616
17- ## Communication
18- - If you ** need help** , use [ Stack Overflow] ( https://stackoverflow.com/questions/27459746/adding-space-padding-to-a-uilabel/32368958#32368958 ) .
19- - If you ** found a bug** , open an issue.
20- - If you ** have a feature request** , open an issue.
21- - If you ** want to contribute** , submit a pull request.
22-
23- ## How To Use
24-
25- - Change class of ` UILabel ` in your ` storyboard ` , ` xib ` to ` PaddingLabel ` .
26- - Or programmatically:
27-
28- ``` swift
29- import PaddingLabel
30-
31- let label = PaddingLabel (frame : CGRect (x : 0 , y : 0 , width : 500 , height : 100 ))
32- ```
33-
3417## Installation
3518There is a way to use PaddingLabel in your project:
3619
@@ -46,9 +29,26 @@ pod 'PaddingLabel', '1.0'
4629At this point your workspace should build without error. If you are having problem, post to the Issue and the
4730community can help you solve it.
4831
32+ ## How To Use
33+
34+ - Change class of ` UILabel ` in your ` storyboard ` , ` xib ` to ` PaddingLabel ` .
35+ - Or programmatically:
36+
37+ ``` swift
38+ import PaddingLabel
39+
40+ let label = PaddingLabel (frame : CGRect (x : 0 , y : 0 , width : 500 , height : 100 ))
41+ ```
42+
4943## Author
5044- [ Tai Le] ( https://github.com/levantAJ )
5145
46+ ## Communication
47+ - If you ** need help** , use [ Stack Overflow] ( https://stackoverflow.com/questions/27459746/adding-space-padding-to-a-uilabel/32368958#32368958 ) .
48+ - If you ** found a bug** , open an issue.
49+ - If you ** have a feature request** , open an issue.
50+ - If you ** want to contribute** , submit a pull request.
51+
5252## Licenses
5353
5454All source code is licensed under the [ MIT License] ( https://raw.githubusercontent.com/levantAJ/PaddingLabel/master/LICENSE ) .
0 commit comments