ReactiveCocoa (similar to RxJava/Rx)

mosco

Senior member
Sep 24, 2002
940
1
76
Not sure if anyone is using any Rx libraries for Java or C#, but my team is in the process of re-writing one of my companies iOS SDKs using ReactiveCocoa for all the private parts and it's awesome.

It takes a little while to wrap your head around the concept of signals and signals of signals but it has payed off. Besides helping up keep internal management of state to a minimum, it also has some great macros like RACObserve()/RAC() that simplify some of Cocoa's uglier parts.

https://github.com/ReactiveCocoa/ReactiveCocoa