I have seen other people who have had this question, but most of the responses aren\'t working on the latest 3.0 build of iPhone OS. Anyway, I\'m wondering how I can programati
this works for me
CGAffineTransform transform = CGAffineTransformMakeRotation(M_PI_2); self.view.transform = transform; // Repositions and resizes the view. CGRect contentRect = CGRectMake(0,0, 480, 320); self.view.bounds = contentRect;