Skip to content

Commit

Permalink
changes url for sample gif to display it on cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
aloco committed Dec 30, 2018
1 parent 72bb765 commit 50dab7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ UIButton subclass with animated, state-aware attributes. Easy to subclass and co



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



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

0 comments on commit 50dab7f

Please sign in to comment.