Skip to content

Instantly share code, notes, and snippets.

@alsedi
Created December 30, 2016 14:33
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/df11548cb15741273c78ae9f6f34f8c8 to your computer and use it in GitHub Desktop.
Save alsedi/df11548cb15741273c78ae9f6f34f8c8 to your computer and use it in GitHub Desktop.
backgroundShape.frame = frame
backgroundShape.path = UIBezierPath(ovalIn: backgroundShape.frame).cgPath
backgroundShape.position = view.center
backgroundShape.strokeColor = UIColor.black.cgColor
backgroundShape.lineWidth = strokeWidth
backgroundShape.fillColor = UIColor.clear.cgColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment