Last active
October 10, 2015 23:28
-
-
Save TheCodeEngine/3767390 to your computer and use it in GitHub Desktop.
Neigen um einen bestimmten Winkel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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