Skip to content

Instantly share code, notes, and snippets.

@leoiphonedev
Created September 15, 2018 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoiphonedev/4485f39ceea74ed490f9021888c6c585 to your computer and use it in GitHub Desktop.
Save leoiphonedev/4485f39ceea74ed490f9021888c6c585 to your computer and use it in GitHub Desktop.
Animate any UIView class using UIView animate method provided in iOS SDk
UIView.animate(withDuration: 0.5) {
//animate your UILable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment