Используйте это
и для ориентации используйте ниже код
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
//return ((interfaceOrientation == UIInterfaceOrientationLandscapeLeft) ||
// (interfaceOrientation == UIInterfaceOrientationLandscapeRight));
return NO;
}
в "FlowCoverViewController.m"
Спасибо