Skip to content

Instantly share code, notes, and snippets.

@venkatd
Created July 6, 2012 19:07
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 venkatd/3062174 to your computer and use it in GitHub Desktop.
Save venkatd/3062174 to your computer and use it in GitHub Desktop.
Rotate a UIView on the iPhone
// rotate view by 45 degrees
myUIView.transform = CGAffineTransformMakeRotation(M_PI/4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment