我已经将纵向方向添加到 iPad 和正常的 .plist 中,但是它仍然没有旋转到顶部纵向按钮上:S 这是我在 firstviewcontroller.m 中的代码
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}