• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ReactiveCocoa (similar to RxJava/Rx)

mosco

Senior member
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
 
Back
Top