Skip to content

Instantly share code, notes, and snippets.

@ykws
Created June 1, 2017 13:41
Show Gist options
  • Save ykws/d6d3d5b28e0cc0ce20e1dd1e739ef906 to your computer and use it in GitHub Desktop.
Save ykws/d6d3d5b28e0cc0ce20e1dd1e739ef906 to your computer and use it in GitHub Desktop.
Add a background color to UAProgressView
var progressView: UAProgressView!
progressView.backgroundColor = UIColor.red
progressView.fillColor = UIColor.white
progressView.addFill()
progressView.fillOnTouch = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment