Skip to content

Instantly share code, notes, and snippets.

@alsedi
Last active September 7, 2016 12:21
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/acc06e4f9ac8d130c5387ce4bc8a604e to your computer and use it in GitHub Desktop.
Save alsedi/acc06e4f9ac8d130c5387ce4bc8a604e to your computer and use it in GitHub Desktop.
private var shapes = [MutableShapeLayer]()
private let minimalSize = CGSize(width: 50, height: 50)
var step: CGFloat = 55.0
var shapeWidth: CGFloat = 20
var shapesCount:Int = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment