2010-12-30 3 views
0

가로 모드와 세로 모드에서 모두 작동하는 IPad 응용 프로그램을 만들고 싶습니다. 세로 모드로보기를 만들 때 방향이 바뀌면 가로보기 모드에서 일부보기가 숨겨집니다.이 thx를 제거해야합니까? 내가 방법을 추가 한ipad orientation

사전에 도움도

// Override to allow orientations other than the default portrait orientation. 
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { 
    return YES; 
} 

답변

관련 문제