Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload all but one section #406

Open
gfpacheco opened this issue Dec 21, 2021 · 0 comments
Open

Reload all but one section #406

gfpacheco opened this issue Dec 21, 2021 · 0 comments

Comments

@gfpacheco
Copy link

The first section of my collection view has a search bar in it, and I want the rest of the collection to be updated when the user types in something.

Problem: every time the user inputs one letter, the keyboard is dismissed because the collection view reloads

Is there a way to not reload one section (maybe using reloadSections) when using RxDataSources? Or do I have to implement the delegate and data source manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant