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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
I am using a single collectionview to load three collection of data based on three button clicks.First collection has say 2 items so the datasource gets updated, now if any of the remaining two collections has data more than 2 items, app crashes.
[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 1]
The text was updated successfully, but these errors were encountered:
Have you called reloadData on your collection view after you've changed the dataSource?
Anyway, this pod has not been designed with dynamically changing dataSources in mind. You might need to extend it for your use case.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using a single collectionview to load three collection of data based on three button clicks.First collection has say 2 items so the datasource gets updated, now if any of the remaining two collections has data more than 2 items, app crashes.
[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 1]
The text was updated successfully, but these errors were encountered: