[IOS篇]Cocos2dX-IOS 直向開發的設定方式

cocos2dx使用版本︰v 2.0.4
cocosBuilder使用版本︰v 2.0 alpha 1
在RootViewController.mm裡,
- (BOOL)shouldAutorotateToInterfaceOrientation:
函式的return值改回傳為return UIInterfaceOrientationIsPortrait( interfaceOrientation );
 
最後的樣子會變成︰
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    return UIInterfaceOrientationIsPortrait( interfaceOrientation );
} 

沒有留言 :

張貼留言