0
在我的視圖控制器我有這個功能實現:接口方向設置爲橫向只
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
}
,但我的視圖控制器不切換它的方向。我錯過了什麼?感謝
如果你在那一行設置了一個斷點,它有沒有命中? – slf