Skip to content

Commit 8ecf0d0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents dc483da + 3245b6d commit 8ecf0d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
GradientButtonSwift is a swift library for applying gradients on UIButton for iOS projects. Gradient can be applied by specifying the top and bottom color for the button and the gradient will be automatically applied. It also supports specifying corner radius if you want a nice gradient button with rounded corners.
1111

12-
![](Images/display.png)
12+
![](https://raw.githubusercontent.com/roydenrego/GradientButtonSwift/master/Images/display.png)
1313

1414
## Requirements
1515

@@ -44,11 +44,11 @@ You can create a Gradient Button by
4444
#### By using Storyboard or XIB
4545
1. Add button object and set custom class `GradientButton`
4646

47-
![via Storyboard](Images/storyboard.PNG)
47+
![via Storyboard](https://raw.githubusercontent.com/roydenrego/GradientButtonSwift/master/Images/storyboard.PNG)
4848

4949
2. You can set the gradient colors and corner radius in the Attributes Inspector
5050

51-
![via Attributes Inspector](Images/inspector.PNG)
51+
![via Attributes Inspector](https://raw.githubusercontent.com/roydenrego/GradientButtonSwift/master/Images/inspector.PNG)
5252

5353
#### By using code
5454
```swift

0 commit comments

Comments
 (0)