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 have around 100 items in the collectionview with picture and text. When opening a section, if there are 10,20 items in the expanded section it's fine. When it contains 100 it takes around 1.5 seconds which is laggy for the user. Any solutions? (Maybe because each time i expand, the whole collectionview loads?) Thank you!
The text was updated successfully, but these errors were encountered:
Yes it is still slow, the problem is that the number of the cells is high. Is there any way not to load all of the cells on expanding? (not entering cellForRowAtIndexPath) Thank you
I have around 100 items in the collectionview with picture and text. When opening a section, if there are 10,20 items in the expanded section it's fine. When it contains 100 it takes around 1.5 seconds which is laggy for the user. Any solutions? (Maybe because each time i expand, the whole collectionview loads?) Thank you!
The text was updated successfully, but these errors were encountered: