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
Hi. I've used CollectionKit successfully for what I want to do but now I also would like to make it wrap around . I've looked at the Chat and its endless scroll but its not really what I want to do.
I have isPagingEnabled enabled for my CollectionView but when I reach the last page I want to display the first page ... and if I swipe left on the first page I want to go to the last ... like a looping endless page scroll
isLoopingEnabled = true would be a nice feature but until then how do I do this with CollectionView ...
The text was updated successfully, but these errors were encountered:
Hi. I've used CollectionKit successfully for what I want to do but now I also would like to make it wrap around . I've looked at the Chat and its endless scroll but its not really what I want to do.
I have isPagingEnabled enabled for my CollectionView but when I reach the last page I want to display the first page ... and if I swipe left on the first page I want to go to the last ... like a looping endless page scroll
isLoopingEnabled = true would be a nice feature but until then how do I do this with CollectionView ...
The text was updated successfully, but these errors were encountered: