Skip to content

Instantly share code, notes, and snippets.

@geek1706
Created July 6, 2018 02:59
Show Gist options
  • Save geek1706/7251b4e736f67410c9c2786a5ac200cd to your computer and use it in GitHub Desktop.
Save geek1706/7251b4e736f67410c9c2786a5ac200cd to your computer and use it in GitHub Desktop.
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