Skip to content

Instantly share code, notes, and snippets.

@alsedi
Created December 30, 2016 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alsedi/9f7c3915fc3407f6d203896efc01b28f to your computer and use it in GitHub Desktop.
Save alsedi/9f7c3915fc3407f6d203896efc01b28f to your computer and use it in GitHub Desktop.
progressShape.frame = frame
progressShape.path = backgroundShape.path
progressShape.position = backgroundShape.position
progressShape.strokeColor = UIColor.red.cgColor
progressShape.lineWidth = backgroundShape.lineWidth
progressShape.fillColor = UIColor.clear.cgColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment