Created
September 1, 2016 12:26
-
-
Save alsedi/33025b84e426d58be51e9d7fbc1d485d 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
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