Skip to content

Commit 50dab7f

Browse files
committed
changes url for sample gif to display it on cocoapods
1 parent 72bb765 commit 50dab7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ UIButton subclass with animated, state-aware attributes. Easy to subclass and co
99

1010

1111

12-
![Sample](Resources/example.gif)
12+
![Sample](https://raw.githubusercontent.com/aloco/SimpleButton/master/Resources/example.gif)
1313

1414

1515

@@ -21,7 +21,7 @@ Just create your own `SimpleButton` subclass and configure your button attribute
2121
class PrimaryButton: SimpleButton {
2222
override func configureButtonStyles() {
2323
super.configureButtonStyles()
24-
setBorderWidth(4.0, for: .normal)
24+
setBorderWidth(4.0, for: .normal)
2525
setBackgroundColor(UIColor(red: 52/255, green: 73/255, blue: 94/255, alpha: 1.0), for: .normal)
2626
setBackgroundColor(UIColor(red: 44/255, green: 62/255, blue: 80/255, alpha: 1.0), for: .highlighted)
2727
setBorderColor(UIColor(red: 44/255, green: 62/255, blue: 80/255, alpha: 1.0), for: .normal)

0 commit comments

Comments
 (0)