UI Deploy

Curated, Short, Web UI Dev we Love.

ReactiveCocoa Tutorial – The Definitive Introduction: Part 2/2

ReactiveCocoa is a framework that allows you to use Functional Reactive Programming (FRP) techniques within your iOS applications. With the first installment of this two-part ReactiveCocoa tutorial series you learned how to replace standard actions and event handling logic with signals that emit streams of events. You also learned how to transform, split and combine these signals.

In this, the second part of the series, you’re going to learn about the more advanced features of ReactiveCocoa.

view source

Advertisement