之前我們初步認識了RAC的設計思路跟實現(xiàn)方式, 現(xiàn)在我們再來看看如果使用它以及它能幫我們做什么
One of the major advantages of RAC is that it provides a single, unified approach to dealing with asynchronous behaviors, including delegate methods, callback blocks, target-action mechanisms, notifications, and KVO.
官方是這樣說的, RAC為我們提供了簡單便捷實現(xiàn)代理 / block回調 / 事件 / 通知 / KVO的方式
我們先看RAC如何幫助我們快速實現(xiàn)KVO
首先我們新建一個Student類, 給它一個age的屬性