热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

xcode4.6.3用cocos2d-iphone+box2d模拟器设置竖屏问题

1,在AppDelegate.mm文件中将下面的将注释掉-(NSUInteger)supportedInterfaceOrientations{iPhoneonlyi


1,在AppDelegate.mm 文件中将下面的将注释掉

//-(NSUInteger)supportedInterfaceOrientations {

//

// // iPhone only

// if( [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone )

// return UIInterfaceOrientationMaskLandscape;

//    return  UIInterfaceOrientationMaskPortrait;

// // iPad only

// return UIInterfaceOrientationMaskLandscape;

//}

//

//// Supported orientations. Customize it for your own needs

//// Only valid on iOS 4 / 5. NOT VALID for iOS 6.

//- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

//{

// // iPhone only

// if( [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone )

// //return UIInterfaceOrientationIsLandscape(interfaceOrientation);

//       return UIInterfaceOrientationIsPortrait(interfaceOrientation);

//        //return  UIInterfaceOrientationMaskAll;

// // iPad only

// // iPhone only

// return UIInterfaceOrientationIsLandscape(interfaceOrientation);

//    

//}


2 、在info.plist


折磨了很久,版本不一样头疼。


推荐阅读
author-avatar
手浪用户2502876054
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有