读书人

改动屏幕的旋转方向

发布时间: 2012-09-24 13:49:41 作者: rapoo

更改屏幕的旋转方向

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
??? // Overriden to allow any orientation.
??? return (interfaceOrientation==UIInterfaceOrientationLandscapeLeft)||(interfaceOrientation==UIInterfaceOrientationLandscapeRight);
}

读书人网 >移动开发

热点推荐