На мой взгляд, контроллер у меня реализована эта функция:
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
}
но мой viewcontroller не меняет свою ориентацию. Что мне не хватает? спасибо