本文转载至 http://www.cocoachina.com/ios/20150104/10814.html 图层树、寄宿图以及图层几何学(一)图层的树状结构巨妖有图层,洋葱也有图层,你有吗?我们都有图层 -- 史莱克Core Animat...
分类:
移动开发 时间:
2015-01-06 13:32:59
阅读次数:
145
转载:http://www.cocoachina.com/ios/20141229/10783.htmlTableView不显示没内容的Cell怎么办?类似这种,我不想让下面那些空的显示.很简单.1self.tableView.tableFooterView=[[UIViewalloc]init];...
分类:
移动开发 时间:
2014-12-31 09:58:39
阅读次数:
152
关键字:ARC __weak __block__weak不增加引用,__block增加引用。举例:对象内有一个强引用的block成员变量,此成员变量又强引用该对象,若对象不经过__weak处理,则二者循环引用。参考:http://www.cocoachina.com/bbs/3g/read.php?...
分类:
移动开发 时间:
2014-12-30 18:55:16
阅读次数:
722
http://www.cocoachina.com/ios/20141229/10783.html这个是 cocoaChina 上面总结的一些技巧 你为什么知道这么多奇怪的花招?去stackoverflow刷问题啊,少年!
分类:
移动开发 时间:
2014-12-30 15:04:30
阅读次数:
112
原帖在http://www.cocoachina.com/bbs/read.php?tid=209356整理到github的https://github.com/faint2death/cocos2d-js/blob/master/build-ipa.mdps:话说webstorm调试cocos2d...
分类:
移动开发 时间:
2014-12-30 11:22:07
阅读次数:
254
本文转载至http://www.cocoachina.com/bbs/read.php?tid=177167-(NSString *)TripleDES:(NSString *)plainText encryptOrDecrypt:(CCOperation)encryptOrDecrypt encr...
分类:
移动开发 时间:
2014-12-29 16:44:47
阅读次数:
248
【转】http://www.cocoachina.com/ios/20141229/10787.html使用@try、catch捕获异常:以下是最简单的代码写法,其中@finally可以去掉:@try { // 可能会出现崩溃的代码}@catch (NSException *exception...
分类:
移动开发 时间:
2014-12-29 15:11:38
阅读次数:
220
转载自:http://www.cocoachina.com/bbs/read.php?tid=143383我的创建相册代码:- (void)saveToAlbumWithMetadata:(NSDictionary*)metadata imageData:(...
分类:
其他好文 时间:
2014-12-25 16:21:16
阅读次数:
97
古人云“工欲善其事必先利其器”,打造一个强大的开发环境,是立即提升自身战斗力的绝佳途径!以下是搜集的一些有力的XCode插件。1.全能搜索家CodePilot 2.0你要找的是文件?是文件夹?是代码?Never Mind,CMD+SHIFT+X调出CodePilot,输入任何你想到搜的东西吧!想搜a...
分类:
其他好文 时间:
2014-12-25 15:54:44
阅读次数:
185
转载:http://www.cocoachina.com/ios/20141223/10731.html虽然iOS很早就支持使用模糊效果对图片等进行处理,但尤其在iOS7以后,半透明模糊效果得到大范围广泛使用。包括今年最新发布的iOS8也沿袭了这一设计,甚至在OS X 10.10版Yosemite中...
分类:
移动开发 时间:
2014-12-24 11:23:05
阅读次数:
139