We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157f4c2 commit 1e3497eCopy full SHA for 1e3497e
README.md
@@ -9,6 +9,8 @@
9
# PaddingLabel
10
A label with padding for iOS
11
12
+<img width="484" alt="Screen Shot 2020-06-06 at 11 00 33" src="https://user-images.githubusercontent.com/6329656/83935710-3616c500-a7e6-11ea-8e7a-efd7dcc3a595.png">
13
+
14
## Requirements
15
16
- iOS 8.0 or later
@@ -38,8 +40,12 @@ community can help you solve it.
38
40
39
41
## How To Use
42
43
+### Storyboard:
44
- Change class of `UILabel` in your `storyboard`, `xib` to `PaddingLabel`.
-- Or programmatically:
45
46
+<img width="552" alt="Screen Shot 2020-06-06 at 11 08 58" src="https://user-images.githubusercontent.com/6329656/83935709-33b46b00-a7e6-11ea-89e3-572d89f895a9.png">
47
48
+### Programmatically:
49
50
```swift
51
import PaddingLabel
0 commit comments