Skip to content

Instantly share code, notes, and snippets.

@TheCodeEngine
Last active October 10, 2015 23:28
Show Gist options
  • Save TheCodeEngine/3767390 to your computer and use it in GitHub Desktop.
Save TheCodeEngine/3767390 to your computer and use it in GitHub Desktop.
Neigen um einen bestimmten Winkel
float angle = 90 * (3.14 / 100);
CGAffineTransform transform = CGAffineTransformMakeRotation(angle);
button.transform = transform;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment