摘要: http://esoftmobile.com/2013/08/17/effective-objective-c-2/Chapter 6: Blocks and Grand Central DispatchItem 37: Understand Blocks《Ry’s Objective-C Tutorial》# BlocksItem 38: Create typedefs for Common Block Types当我们程序中要使用一些具有共性的Block时(返回值类型、参数个数和类型相同),我们可以给这种Block定义一个类型:typedef NSComparisonResult (^NS 阅读全文
posted @ 2013-11-12 14:36 酱酱爱 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: 网上看到的 http://esoftmobile.com/2013/08/10/effective-objective-c/本文是针对《Effective Objective-C》一书的代码解读,笔者并没有看过原书,只是通过阅读该书的代码,并结合相应的主题,来臆测作者可能要表达的内容并用自己的语言来描述出来。Chapter 1: Accustoming Yourself to Objective-CItem 1: Familiarize Yourself with Objective-C's RootsItem 2: Minimize Importing Headers in Head 阅读全文
posted @ 2013-11-12 14:25 酱酱爱 阅读(1936) 评论(0) 推荐(0) 编辑