iOS6 특정뷰 회전 처리 방금 해결한 문제. 특정뷰에서만 모든 방향으로 회전이 지원되게 하는 방법이다.프로젝트는 이렇다 Xcode5.0Device Orientation - Potrait - Landscape Left - Landscape Right windows based 로 프로젝트 생성하여 AppDelegate에서 NavigationController 생성하여 루트뷰를 VODViewController 설정했다. setRootViewController로 하는것이 중요하다. addSubview로 했을시 회전 함수가 먹히지 않는다. UIViewController *centerViewController = [[VODViewController alloc] initWithNibName:@"VODViewCont..