码迷,mamicode.com
首页 > 其他好文 > 详细

cocos2d 设置iphone竖屏

时间:2014-05-30 08:10:40      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   java   

bubuko.com,布布扣
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    return UIInterfaceOrientationIsPortrait(interfaceOrientation );
}

// For ios6, use supportedInterfaceOrientations & shouldAutorotate instead
- (NSUInteger) supportedInterfaceOrientations{
#ifdef __IPHONE_6_0
    return UIInterfaceOrientationMaskPortrait;
#endif
}
bubuko.com,布布扣

 

cocos2d 设置iphone竖屏,布布扣,bubuko.com

cocos2d 设置iphone竖屏

标签:c   style   class   blog   code   java   

原文地址:http://www.cnblogs.com/yufenghou/p/3756927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!