963922432

2011年11月21日 #

IOS 应用 常用技术

摘要: 1. UITableViewCell 子类化 以及各种操作2.KissXML SBJson 的解析3. ASIHttp NSConnection4. MapVIew CoreLocation5.Notification 推送通知 包括本地 和网络6. iap 程序内部购买7.SQLite8.Web Image load and cache9.UIKit 的各种控件 例如 toolbar navigationbar10.动画 UIVIew UIimageView CALayer的 阅读全文

posted @ 2011-11-21 20:35 963922432 阅读(178) 评论(0) 推荐(0) 编辑

2011年11月17日 #

总结

摘要: 1. 写代码 要考虑后面怎么写 怎么维护2. 函数要抽出来,3. enum define 要常用,尽量不要出现常数4. 标志位数组要少用 阅读全文

posted @ 2011-11-17 21:40 963922432 阅读(93) 评论(0) 推荐(0) 编辑

2011年11月16日 #

写程序注意

摘要: 1. 标志数组 尽量不要用,不然以后代码维护会很困难 阅读全文

posted @ 2011-11-16 19:48 963922432 阅读(83) 评论(0) 推荐(0) 编辑

2011年11月10日 #

cocos2d 实现翻转效果

摘要: 1.官网例子上有,,那个用camera 的 在 actiontest里面2. textpure 与你的资源文件绑定 不能随便删除资源文件。3. 代码格式 变量首字母小些,后缀最好加上变量类型。 函数首字母大写 一个函数一行注释。 阅读全文

posted @ 2011-11-10 20:24 963922432 阅读(511) 评论(0) 推荐(0) 编辑

2011年11月9日 #

github 操作

摘要: 1. clone$ git clone git @github.com:username/Spoon-Knife.git2. pushgit push origin master3. pullgit pullXcode 有自带工具GitHub formac is a shit!!! 阅读全文

posted @ 2011-11-09 21:15 963922432 阅读(161) 评论(0) 推荐(0) 编辑

2011年11月7日 #

一些感受

摘要: 位图字体工具Fonteditor粒子编辑工具ParticleCreatorParticle Designer物理编辑工具MekanimoPhysicsBenchPhysicsEditorVertexHelper场景编辑工具CocosBuilderCocoshopLevelHelper纹理地图集工具TexturePackerTilemap编辑工具iTileMapsTiledMapEditor类之间的通信1. 通知2.代理 阅读全文

posted @ 2011-11-07 20:39 963922432 阅读(133) 评论(0) 推荐(0) 编辑

2011年11月6日 #

cocos2d 更换图片

摘要: smileTexture=[[CCTextureCache sharedTextureCache] addImage:@"Monkey-smile_pad.png"];_monkeyOne.texture=smileTexture; 阅读全文

posted @ 2011-11-06 20:14 963922432 阅读(162) 评论(0) 推荐(0) 编辑

2011年11月3日 #

cocos2d 实现 ScrollView

摘要: 1.http://www.givp.org/blog/2010/12/30/scrolling-menus-in-cocos2d/附件下载链接 http://115.com/file/clymfip1#nbwCzTApB7S0yN8r 阅读全文

posted @ 2011-11-03 21:25 963922432 阅读(246) 评论(0) 推荐(0) 编辑

2011年11月2日 #

Cocos2d ReplaceScene 执行函数顺序

摘要: 一[sceneA replace sceneB]执行函数顺序 [A init]; [A onenter]; [A onEnterTransitionDIdFinish]; [B dealloc]; 阅读全文

posted @ 2011-11-02 22:49 963922432 阅读(213) 评论(0) 推荐(0) 编辑

导航