Created
September 1, 2016 08:02
-
-
Save alsedi/a8d88e04f100d5623c5273fe8023734c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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