摘要: 转:http://blog.csdn.net/wangeen/article/details/16989529protocol 本质就是一系列的method的声明,他并不像class是必须的选项,根据自己的设计模式来选择性的使用。protocol协议时为了补充Objective-C 只能单继承的缺... 阅读全文
posted @ 2015-06-19 18:55 ygm900 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/leikezhu1981/article/details/19091049一、概述类别是一种为现有的类添加新方法的方式。利用Objective-C的动态运行时分配机制,Category提供了一种比继承(inheritance)更为简洁的方法来对class... 阅读全文
posted @ 2015-06-19 18:45 ygm900 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 转:http://stackoverflow.com/questions/11382057/declaring-a-delegate-protocolThere definitely are subtle differences.If the protocol you are talking abo... 阅读全文
posted @ 2015-06-19 17:51 ygm900 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 转:http://haoxiang.org/2011/08/ios-delegate-and-protocol/http://stackoverflow.com/questions/5431413/difference-between-protocol-and-delegatesiOS开发上对del... 阅读全文
posted @ 2015-06-19 17:12 ygm900 阅读(264) 评论(0) 推荐(0) 编辑