RxSwiftCommunity / RxFlow

RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
MIT License
1.88k stars 118 forks source link

How to handle searchResultsController #179

Closed erginbilgin closed 2 years ago

erginbilgin commented 3 years ago

As mentioned in documentation searchResultsController is shown by SearchController automatically, when users search something. Since this is done automatically, I cannot find a way to include integrate this into the Flow. Is there a solution for this?