How to programmatically rotate the view by 180 degrees in my iPhone App?
Simple solution:
view.transform = CGAffineTransformMakeRotation(degrees*M_PI/180);