代码改变世界

iOS ARC下命名规则

2013-12-28 15:26 by 三戒1993, 199 阅读, 0 推荐, 收藏, 编辑
摘要:当我在ARC模式下写以下代码的时候,编译器报错Semantic Issue: Property's synthesized getter follows Cocoa naming convention for returning 'owned' objects@interface ViewContr... 阅读全文

iOS ARC下命名规则

2013-12-28 15:26 by 三戒1993, 182 阅读, 0 推荐, 收藏, 编辑
摘要:当我在ARC模式下写以下代码的时候,编译器报错Semantic Issue: Property's synthesized getter follows Cocoa naming convention for returning 'owned' objects@interface ViewContr... 阅读全文

performSelector may cause a leak because its selector is unknown

2013-12-28 14:41 by 三戒1993, 121 阅读, 0 推荐, 收藏, 编辑
摘要:from:http://stackoverflow.com/questions/7017281/performselector-may-cause-a-leak-because-its-selector-is-unknown第一种解决办法:As a workaround until the comp... 阅读全文

performSelector may cause a leak because its selector is unknown

2013-12-28 14:41 by 三戒1993, 134 阅读, 0 推荐, 收藏, 编辑
摘要:from:http://stackoverflow.com/questions/7017281/performselector-may-cause-a-leak-because-its-selector-is-unknown第一种解决办法:As a workaround until the comp... 阅读全文

Block的Retain Cycle的解决方法

2013-12-28 14:00 by 三戒1993, 108 阅读, 0 推荐, 收藏, 编辑
摘要:一个使用Block语法的实例变量,在引用另一个实例变量的时候,经常会引起retain cycle。这个问题在使ASIHTTPRequest的block语法的时候会时不时的碰到。这个问题困扰了我这个小白很久。终于有一天,在Advanced Mac OS X Programming上,看到了这个问题的解... 阅读全文

Block的Retain Cycle的解决方法

2013-12-28 14:00 by 三戒1993, 116 阅读, 0 推荐, 收藏, 编辑
摘要:一个使用Block语法的实例变量,在引用另一个实例变量的时候,经常会引起retain cycle。这个问题在使ASIHTTPRequest的block语法的时候会时不时的碰到。这个问题困扰了我这个小白很久。终于有一天,在Advanced Mac OS X Programming上,看到了这个问题的解... 阅读全文

iOS 5 ARC 入门

2013-12-28 11:26 by 三戒1993, 110 阅读, 0 推荐, 收藏, 编辑
摘要:这篇文章还可以在这里找到英语,波兰语Learn the ins and outs of ARC in iOS 5!这是iOS 5 盛宴中的第12篇教程! 这篇教程是我们的新书iOS 5 By Tutorials的一个预览章节。 Matthijs Hollemans 是这个章节的作者 – 也是iOS ... 阅读全文

iOS 5 ARC 入门

2013-12-28 11:26 by 三戒1993, 150 阅读, 0 推荐, 收藏, 编辑
摘要:这篇文章还可以在这里找到英语,波兰语Learn the ins and outs of ARC in iOS 5!这是iOS 5 盛宴中的第12篇教程! 这篇教程是我们的新书iOS 5 By Tutorials的一个预览章节。 Matthijs Hollemans 是这个章节的作者 – 也是iOS ... 阅读全文

Xcode 5 SVN配置

2013-12-27 23:38 by 三戒1993, 94 阅读, 0 推荐, 收藏, 编辑
摘要:from:http://stackoverflow.com/questions/19180718/import-a-project-in-svn-from-xcode-5/19410994#19410994The question is a bit confusing so please advis... 阅读全文

Xcode 5 SVN配置

2013-12-27 23:38 by 三戒1993, 66 阅读, 0 推荐, 收藏, 编辑
摘要:from:http://stackoverflow.com/questions/19180718/import-a-project-in-svn-from-xcode-5/19410994#19410994The question is a bit confusing so please advis... 阅读全文
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 184 下一页