03 2011 档案

摘要:在Xcode的File菜单上,New File -> iPhone OS -> Code Signing -> Entitlements,新建了一个“Entitlements.plist”点Finish,然后打开此文件,设置一个“get-task-allow”属性为false,保存。 阅读全文
posted @ 2011-03-06 12:10 Fannic 阅读(4458) 评论(0) 推荐(0)
摘要:CGSize size = [[CCDirector sharedDirector] winSize];// set CCMenuItemFont default properties[CCMenuItemFont setFontName:@"Helvetica-BoldOblique"];[CCMenuItemFont setFontSize:26];// 直接用文本当菜单项,CCMenuItemFont简单地创建了一个CCLabel,如果你已经有一个CCLabel,可以使用CCMenuItemLabel类 CCMenuItemFont* item1 = [CCMenuI 阅读全文
posted @ 2011-03-04 17:18 Fannic 阅读(1488) 评论(1) 推荐(0)
摘要:CCFadeTransition: Fade to a specific color and back. CCFadeTRTransition (three more variations): Tiles flip over to revealnew scene.CCJumpZoomTransition: Scene bounces and gets smaller, new scene does the reverse.CCMoveInLTransition (three more variations): Scene moves out, new scene moves in at the 阅读全文
posted @ 2011-03-01 20:34 Fannic 阅读(1202) 评论(0) 推荐(0)