iPadと通常の両方の縦向きの向きを.plistに追加しましたが、それでも一番上の縦向きのボタンに丸く回転していません:Sはfirstviewcontroller.mの私のコードです
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}