Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active November 6, 2018 19:07
Show Gist options
  • Save vialyx/7e82404453be43000af91f59734f6ead to your computer and use it in GitHub Desktop.
Save vialyx/7e82404453be43000af91f59734f6ead to your computer and use it in GitHub Desktop.
........
} else {
// Check animations in label layer
guard label.layer.animationKeys()?.isEmpty ?? true else {
// Clear existed animations
label.layer.removeAllAnimations()
// Backup center position
label.center = CGPoint(x: view.center.x, y: label.center.y)
return
}
UIView.animate(withDuration: 0.5,
........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment