0

View ControllerをPORTRAITモードに保つ必要がある次のコードがありますが、うまくいきません。私に何ができる?

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
    return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
4

0 に答える 0