我有以下代码应该将视图控制器保持在 PORTRAIT 模式,但它不能解决问题。我能做些什么?
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
我有以下代码应该将视图控制器保持在 PORTRAIT 模式,但它不能解决问题。我能做些什么?
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}