
iPhone
冰霜icefrost
这个作者很懒,什么都没留下…
展开
-
iPhone 官方 Sample 阅读笔记
1. 【Tabster】 download here1) 不需要对外提供的property在.m文件中定义。@interface OneViewController () @property (nonatomic, retain) NSArray *dataA原创 2011-10-11 17:45:14 · 576 阅读 · 0 评论 -
CoCoa+常用代码
1. assertNSAssert( scene != nil, @"Argument must be non-nil");2 NSLog #ifdef DEBUG#include #define DLogm() NSLog([NSString stringWit原创 2011-10-13 11:16:38 · 821 阅读 · 0 评论 -
XCode 快捷键
转自 http://www.rainsts.net/article.asp?id=1066不错的 IDE,内置工具也很齐全。1. 文件CMD + N: 新文件CMD + SHIFT + N: 新项目CMD + O: 打开CMD + S: 保存转载 2011-09-23 17:04:50 · 1386 阅读 · 0 评论 -
Cocos2d-x 学习笔记
1, 在Mac上构建Cocos2d-x的开发环境http://www.himigame.com/android-game/636.html2, Cocos2d-x的内存理解1)在被加入到CCArray的时候,会被做retain的操作。 同样remove的时候也调用 release操作。原创 2011-10-13 11:18:10 · 426 阅读 · 0 评论 -
PC与iPhone间的通信方式(草)
还未调查完成,暂时记录找到的东东http://theiphonewiki.com/wiki/MobileDevice_Library原创 2014-01-03 16:32:57 · 2287 阅读 · 0 评论 -
dismiss keyboard when touching outside of textfield
http://stackoverflow.com/questions/5306240/iphone-dismiss-keyboard-when-touching-outside-of-textfieldYou'll need to add an UITapGestureRecogniser and assign it to the view, and then call res转载 2014-03-28 08:57:28 · 938 阅读 · 0 评论 -
Swift iOS开发过程中遇到问题整理
Unknown class in Interface Builder file 在修改一个ViewController类的文件名后,同时修改了StoryBoard中关联类的名称后,运行时出现。 Unknown class X in Interface Builder file. 原因是在StoryBoard中修改Custom Class的名称后,没有个性Module的内容。 StackOve原创 2016-02-14 16:20:21 · 654 阅读 · 0 评论