In an app i\'m maintaining there\'s a rotate that should happen in portrait and portraitupsidedown mode. (all the rotation are enabled in the summary panel.)
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{ return YES; }