2014年4月11日

ReactiveCocoa Introduction(1/2)

摘要: ReactiveCocoa Tutorial – The Definitive Introduction: Part 1/2 的学习笔记Part 2/2 先放一下,以后再研究。iOS开发目前所用的事件(Events)以及对应的响应模型:target-actions, delegates, KVO, callbacks 等等,各不一样。ReactiveCocoa则定义了一个事件的标准接口,使得它们更方便地串联、过滤以及组合。使用如下概念a)Functional Programming(将函数提升到first-class地位,可以把函数作为传递的参数)b)Reactive Programming 阅读全文

posted @ 2014-04-11 16:23 kurk 阅读(671) 评论(0) 推荐(0) 编辑

导航