python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Binding multiple data and cells in RxSwiftDataSource
I'm trying to show multiple cells and their own data models in the same tableView. I added segment control for this and I delete all tableview current data and removed the current data sources and bin...
Kanan Abilzada
Votes: 0
Answers: 1
Alternative for BehaviorRelay in Swift Combine
As part of moving from RX to Combine. What exactly works like "BehaviorRelay" of RxRelay in Swift Combine?
Manoj
Votes: 0
Answers: 1
Rx SerialDispatchQueueScheduler doesn't seem to make the code run in serial sequence
I have a problem with an Observable<Data?> function that is called so many times and so fast that the function doesn't complete until the next one is run. This makes sense and is good in most ca...
Joakim Sjöstedt
Votes: 0
Answers: 1
How to reset and start new timer when enter new email
I have an input that accept string, and store it in local data. My use case is when I enter an email, the user must wait for 2 minute for requesting send email verification. But when I enter a differe...
ferryawijayanto
Votes: 0
Answers: 1