Skip to content

Instantly share code, notes, and snippets.

@hunk
Created July 1, 2012 18:58
Show Gist options
  • Save hunk/3029254 to your computer and use it in GitHub Desktop.
Save hunk/3029254 to your computer and use it in GitHub Desktop.
// https://github.com/hunk/Kit-iOS/tree/master/rotation
//para iniciar la animación
// el primer parametro es el tiempo en segundos de cada ciclo (vuelta completa)
// el segundo parametro es la dirección de la rotación
[my_button spinInfinityButtonWithTime:2 direction:-1];
[my_image spinInfinityImageWithTime:5 direction:1];
//para terminar la animación
[my_button stopSpinInfinityButton];
[my_image stopSpinInfinityImage];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment