Skip to content

Instantly share code, notes, and snippets.

@alsedi
Created September 1, 2016 14:18
Show Gist options
  • Save alsedi/c07997bfe8d4239e146f0dc287318ffe to your computer and use it in GitHub Desktop.
Save alsedi/c07997bfe8d4239e146f0dc287318ffe to your computer and use it in GitHub Desktop.
func setup(size:CGSize, center:CGPoint, thickness: CGFloat, color:UIColor) {
// 0
frame = CGRect(origin: CGPoint.zero, size: size)
position = center
// 1
path = circlePath
lineWidth = thickness
// 2
strokeColor = color.cgColor
fillColor = UIColor.clear.cgColor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment