You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: