Created
July 6, 2018 02:59
-
-
Save geek1706/7251b4e736f67410c9c2786a5ac200cd 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
UIView.animate(withDuration: 0.3) { | |
self.arrowImageView.layer.transform = CATransform3DMakeRotation(CGFloat(Double.pi), 1.0, 0.0, 0.0) | |
} | |
UIView.animate(withDuration: 0.3) { | |
self.arrowImageView.layer.transform = CATransform3DMakeRotation(CGFloat(Double.pi), 0.0, 0.0, 0.0) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment