Chapter 7. React to UI Events – Start Subscribing
So far, many of you might have noted that we have used another library, RxCocoa
, in our pod
files, and the library was used to make view components become reactive. In this chapter, we will dig deeper to understand RxViews
and view bindings. We will start with RxCocoa
traits, then understand binding UI elements with data elements, and see how to bind table views and collection views in the later half of this chapter.
We will cover the following topics in this chapter:
RxCocoa
traits- Binding data elements
- Table view bindings
- Collection view bindings