2012-06-11 51 views

回答

0

回報,你想支持,這樣的方向:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { 
    return interfaceOrientation == UIInterfaceOrientationPotrait; 
} 

當你創建一個新的視圖控制器,您將看到在代碼的底部這個功能。

+0

這項工作適合您嗎? – woz

相關問題