Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Žigis committed Jun 14, 2020
2 parents eb95fd8 + 854a08c commit b11faf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pod 'GaugeSlider', '~> 1.0.1'
https://github.com/edgar-zigis/GaugeSlider // latest version 1.1.0
```
### Usage
```
``` swift
let v = GaugeSliderView()
v.blankPathColor = UIColor(red: 218/255, green: 218/255, blue: 218/255, alpha: 1) // -> inactive track color
v.fillPathColor = UIColor(red: 74/255, green: 196/255, blue: 192/255, alpha: 1) // -> filled track color
Expand Down

0 comments on commit b11faf6

Please sign in to comment.