Go make a network request and refresh the screen. There is one less network request than using notification. Network requests for read operations are less...
RxSwift: Reactive Programming with Swift This article is a note from reading RxSwift: Reactive Programming with Swift. It describes how to write unit tests for...
Routine: tableView refresh, is a data source, how to a callback. For example, two tables are associated. RxDataSource, how to refresh the list, automatically select...
Functional responsive programming framework we should also use more, such as ReactiveCocoa, ReactiveX series (RxSwift, RxKotlin, RxJava), the internal implementation of these frameworks are based...
Today, I'll take a look at another operator in RxSwift that is particularly important, perhaps one of the most important: flatMap. If you haven't read...
In this article, THE author will use a simple create-> SUBSCRIBE call chain analysis, with readers to learn about RxSwift next topic: RxSwift event generation...
One of the most important concepts in RxSwit is called Observable, which we can translate as a sequence, Observable sequence, whatever flow, sequence, Observable sequence,...
RxSwift is a functional responsive framework, using FRP(functional responsive programming) programming ideas. It is programming by building functions that manipulate sequences of data and then...
Excellent open source framework, after many people repeatedly verify, view, constantly improve. As a newbie, it's hard to make an outstanding contribution. However, we can...
ObservableSequence object to store sequence elements; ObservableSequence object to store sequence elements. The default execution is in the current queue.
The transformation closure applies to the element emitted by the observable sequence and returns a new observable sequence of the transformed element. The elements emitted...
The assembly line is to make raw materials into finished products step by step. During this period, coordination of multiple production lines may be needed....