View ControllerをPORTRAITモードに保つ必要がある次のコードがありますが、うまくいきません。私に何ができる?
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
View ControllerをPORTRAITモードに保つ必要がある次のコードがありますが、うまくいきません。私に何ができる?
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}