Charles Prado

Results 4 comments of Charles Prado

@arthur-here did you find a better solution for this problem? I'm also facing the same issue, and my solution is very similar to yours. I'm also not happy with this...

I created [this project](https://github.com/chrsp/CoordinatorsMemoryProblemProject/tree/main) as an example, to make easier to reach to a solution for this problem. It describes two common scenarios in which the Coordinators with Rx seems...

I'm facing the same problem here. Using a TableView as my scrollView to track. My tableView is pinned to the screen: ``` tableView.snp.makeConstraints { make in make.edges.equalToSuperview() } ```