Skip to content

Instantly share code, notes, and snippets.

@alsedi
Last active September 1, 2016 07:55
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/424715a0a680a3b4b7eb1444a0554b8c to your computer and use it in GitHub Desktop.
Save alsedi/424715a0a680a3b4b7eb1444a0554b8c to your computer and use it in GitHub Desktop.
Code for tutorial at blog.alsedi.com
func animate() {
if shapes.count == 0 {
generateShapes()
}
// Animation
}
private func generateShapes() {
// Generate shapes todo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment