Last time we talked about observable and how to subscribe for values. This time I'll show You how to make sequences more "dynamic" SubjectSubject in Rx works like an observer, you can send value to it and the subject will pass it down. RxSwift provides three basic subjects: PublishSubject -