cocos 有用的API
修发支持:横屏/竖屏
UIInterfaceOrientationIsLandscape(interfaceOrientation)
支持高清模式,去掉以下的注释
// // Enables High Res mode (Retina Display) on iPhone 4 and maintains low res on all other devices
// if( ! [director enableRetinaDisplay:YES] )
// CCLOG(@"Retina Display Not supported");
跟据给定的函数名称得到SEL:
NSSelectorFromString
概率
if(arc4random() % 100 > 50){
// TODO
} else {
// TODO
}