Skip to content

Instantly share code, notes, and snippets.

@alsedi
Created September 1, 2016 08:02
Show Gist options
  • Select an option

  • Save alsedi/a8d88e04f100d5623c5273fe8023734c to your computer and use it in GitHub Desktop.

Select an option

Save alsedi/a8d88e04f100d5623c5273fe8023734c to your computer and use it in GitHub Desktop.
func setup(size:CGSize, center:CGPoint, thickness: CGFloat) {
frame = CGRect(origin: CGPoint.zero, size: size)
position = center
path = circlePath
lineWidth = thickness
strokeColor = UIColor.black.cgColor
fillColor = UIColor.clear.cgColor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment