In this project I'll demonstrate isolated examples of ReactiveCocoa based on / as illustrations for questions on Stack Overflow.
For some examples I'll write more detailled explanations in my blog.
The easiest way to get a taste of ReactiveCocoa.
- Run
pod install
to install all CocoaPods dependencies - Open ReactiveCocoaPlayground.xcworkspace
- Build ReactiveCocoaPlayground target
- You are good to go. Enjoy.
Thanks to Nikita Leonov for the original ReactiveCocoaPlayground project. I was not able use RAC in a Playground before.