Is it possible to rotate a view around its own centre?
In my present implementation the sub-views (buttons, etc) seem to move along a funny path before they end up i
You can manualy rotate any UIView subclass using transform property.
#import myView.transform = CGAffineTransformMakeRotation(M_PI/2);