Skip to content

Instantly share code, notes, and snippets.

@alsedi
Created September 1, 2016 12:26
Show Gist options
  • Save alsedi/33025b84e426d58be51e9d7fbc1d485d to your computer and use it in GitHub Desktop.
Save alsedi/33025b84e426d58be51e9d7fbc1d485d to your computer and use it in GitHub Desktop.
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
let shapeView = MutableShapeView(frame: view.frame)
view.addSubview(shapeView)
shapeView.animate()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment