RootViewController.m 의 아래 메소드에서 적절하게 주석값을 풀어 주면 된다. 기본은 모든 방향 가능. // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // return YES for the supported orientations // Only landscape ? //return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) ); // Only portrait ? //r..