读书人

cocos2d 2.0 反正屏修改

发布时间: 2012-06-29 15:48:47 作者: rapoo

cocos2d 2.0 横竖屏修改

在AppDelegate.m文件修改下面方法

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{   //竖屏   return ( UIInterfaceOrientationIsPortrait( interfaceOrientation ) );   //横屏  return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) );}
?

读书人网 >操作系统

热点推荐